Allow gradle cache on tests

See gh-54
This commit is contained in:
Marcus Hert Da Coregio
2024-03-18 08:50:20 -03:00
parent 4ab8b843b8
commit 75f3cb81b9
54 changed files with 54 additions and 54 deletions

View File

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

View File

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

View File

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

View File

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

View File

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