]> source.dussan.org Git - sonarqube.git/commit
Gradle cache key for "test" tasks should not depend on build number
authorEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 27 May 2019 14:08:47 +0000 (16:08 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 28 May 2019 18:21:09 +0000 (20:21 +0200)
commit94f632211dc26c83fbe7a279c4cd07d0424d24c3
treed50025b6be4648fdef98e5d68a2c04e52ed1b941
parent02d97b3f8ee33e3ee3fb79548bc5193cc6f860f7
Gradle cache key for "test" tasks should not depend on build number

Since Gradle 5.0 JaCoCo plugin works with the build cache and parallel
test execution, so this change allows to enable build cache for "test"
tasks in Cirrus CI.
build.gradle