Skip to content

Commit c68b1ee

Browse files
blindpirateAlexBeggs
authored andcommitted
Fix configuration
1 parent 678cc2a commit c68b1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/settings/GradleProfilerTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open class GradleProfilerTest(os: Os, javaVersion: JavaVersion) : BuildType({
1818
gradle {
1919
tasks = "clean build"
2020
buildFile = ""
21-
gradleParams = "-s ${buildCacheConfigurations()} ${toolchainConfiguration(os)}"
21+
gradleParams = "-s --build-cache ${toolchainConfiguration(os)}"
2222
param("org.jfrog.artifactory.selectedDeployableServer.defaultModuleVersionConfiguration", "GLOBAL")
2323
}
2424
}

0 commit comments

Comments
 (0)