Prevent gradle cache on tests

Closes gh-54
This commit is contained in:
Eleftheria Stein
2021-12-13 17:04:46 +01:00
committed by Steve Riesenberg
parent 9d13cfee7b
commit 23b80ce2d8
48 changed files with 48 additions and 0 deletions

View File

@@ -50,4 +50,5 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}

View File

@@ -38,4 +38,5 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}

View File

@@ -35,4 +35,5 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}

View File

@@ -29,4 +29,5 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}