From 7668068a9801f0012d8bfc69457f2ec42d3103d8 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Tue, 17 Dec 2024 07:13:40 -0800 Subject: [PATCH] Update method name --- SequenceAnalysis/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SequenceAnalysis/build.gradle b/SequenceAnalysis/build.gradle index b6e656670..951b13ae4 100644 --- a/SequenceAnalysis/build.gradle +++ b/SequenceAnalysis/build.gradle @@ -161,7 +161,7 @@ dependencies { if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null && project.hasProperty("teamcity")) { project.evaluationDependsOn(BuildUtils.getTestProjectPath(project.gradle)) - def configDir = new File(ServerDeployExtension.getServerDeployDirectory(project), "config") + def configDir = new File(ServerDeployExtension.getServerDeployDirectoryPath(project), "config") def testProject = project.findProject(BuildUtils.getTestProjectPath(project.gradle)) def createPipelineConfigTask = project.tasks.register("createPipelineConfig", Copy) { Copy task -> @@ -194,4 +194,4 @@ if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null & << "\ncontext.pipelineConfig=${configDir.getAbsolutePath().replace("\\", "\\\\")}" } } -} \ No newline at end of file +}