Skip to content

Commit

Permalink
Update for method rename
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh committed Nov 4, 2024
1 parent 58967e0 commit 03a28dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SequenceAnalysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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

0 comments on commit 03a28dc

Please sign in to comment.