Skip to content

Commit

Permalink
Allow gradle cache on tests
Browse files Browse the repository at this point in the history
See gh-54
  • Loading branch information
marcusdacoregio committed Mar 18, 2024
1 parent 4ab8b84 commit 75f3cb8
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion reactive/rsocket/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux-fn/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux-fn/hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/authentication/x509/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/hello-security-explicit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/method/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/oauth2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/oauth2/resource-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion reactive/webflux/java/oauth2/webclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/java-configuration/aspectj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/java-configuration/data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/java-configuration/hello-mvc-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/java-configuration/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/java-configuration/max-sessions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/java-configuration/saml2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/cas/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/jwt/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/ldap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/oauth2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/oauth2/webclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/saml2/custom-urls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/spring-boot/java/saml2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/xml/java/contacts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/xml/java/dms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/xml/java/helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/xml/java/preauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}
2 changes: 1 addition & 1 deletion servlet/xml/java/saml2/login-logout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }

}

0 comments on commit 75f3cb8

Please sign in to comment.