chore(deps): update gradle docker tag #14

Merged
renovatebot merged 1 commits from renovate/gradle-8.x into main 2024-01-26 22:38:30 +00:00
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
variables: variables:
- &java_image "gradle:8.4.0-jdk17" - &java_image "gradle:8.5.0-jdk17"
when: when:
path: "app/**" path: "app/**"
clone: clone:

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME