We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b23145 commit e5d2ba6Copy full SHA for e5d2ba6
Dockerfile
@@ -1,7 +1,7 @@
1
# ────────────────────────────────
2
# Stage 1 — Build the fat JAR
3
4
-FROM gradle:8.14-jdk21 AS builder
+FROM gradle:9.2-jdk21 AS builder
5
WORKDIR /app
6
COPY . .
7
# use the wrapper and skip tests for faster local build
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments