Skip to content

Commit

Permalink
Update method name (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh authored Dec 31, 2024
1 parent ee787b2 commit 2d4b730
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 2d4b730

Please sign in to comment.