Skip to content

Commit dcdcb3a

Browse files
Update Gradle to v9
1 parent 9b23145 commit dcdcb3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ────────────────────────────────
22
# Stage 1 — Build the fat JAR
33
# ────────────────────────────────
4-
FROM gradle:8.14-jdk21 AS builder
4+
FROM gradle:9.3-jdk21 AS builder
55
WORKDIR /app
66
COPY . .
77
# use the wrapper and skip tests for faster local build

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)