We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678cc2a commit c68b1eeCopy full SHA for c68b1ee
.teamcity/settings/GradleProfilerTest.kt
@@ -18,7 +18,7 @@ open class GradleProfilerTest(os: Os, javaVersion: JavaVersion) : BuildType({
18
gradle {
19
tasks = "clean build"
20
buildFile = ""
21
- gradleParams = "-s ${buildCacheConfigurations()} ${toolchainConfiguration(os)}"
+ gradleParams = "-s --build-cache ${toolchainConfiguration(os)}"
22
param("org.jfrog.artifactory.selectedDeployableServer.defaultModuleVersionConfiguration", "GLOBAL")
23
}
24
0 commit comments