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

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