We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78093e0 commit 28f0927Copy full SHA for 28f0927
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.0-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.1.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments