Skip to content

Commit 34f89fe

Browse files
Roll back update to gradle plugins versions (#323)
1 parent 32eafc5 commit 34f89fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dependencies {
163163
if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null && project.hasProperty("teamcity"))
164164
{
165165
project.evaluationDependsOn(BuildUtils.getTestProjectPath(project.gradle))
166-
def configDir = new File(ServerDeployExtension.getServerDeployDirectoryPath(project), "config")
166+
def configDir = new File(ServerDeployExtension.getServerDeployDirectory(project), "config")
167167
def testProject = project.findProject(BuildUtils.getTestProjectPath(project.gradle))
168168
def createPipelineConfigTask = project.tasks.register("createPipelineConfig", Copy) {
169169
Copy task ->

0 commit comments

Comments
 (0)