Skip to content

Commit

Permalink
Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Jan 18, 2021
1 parent 678cc2a commit 394d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings/GradleProfilerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ open class GradleProfilerTest(os: Os, javaVersion: JavaVersion) : BuildType({
gradle {
tasks = "clean build"
buildFile = ""
gradleParams = "-s ${buildCacheConfigurations()} ${toolchainConfiguration(os)}"
gradleParams = "-s --build-cache ${toolchainConfiguration(os)}"
param("org.jfrog.artifactory.selectedDeployableServer.defaultModuleVersionConfiguration", "GLOBAL")
}
}
Expand Down

0 comments on commit 394d202

Please sign in to comment.