Prevent gradle cache on tests

Closes gh-54
This commit is contained in:
Eleftheria Stein
2021-12-13 17:04:46 +01:00
parent 0818005c46
commit 0e91e6300e
48 changed files with 48 additions and 0 deletions
@@ -34,4 +34,5 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}