Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh committed Dec 17, 2024
1 parent f0522c6 commit 7668068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SequenceAnalysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down Expand Up @@ -194,4 +194,4 @@ if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null &
<< "\ncontext.pipelineConfig=${configDir.getAbsolutePath().replace("\\", "\\\\")}"
}
}
}
}

0 comments on commit 7668068

Please sign in to comment.