We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec5b10 commit 38f2722Copy full SHA for 38f2722
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:8.0.1-jdk17 AS build
+FROM gradle:8.0.2-jdk17 AS build
2
COPY --chown=gradle:gradle . /src
3
WORKDIR /src
4
RUN gradle build --no-daemon
gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=1b6b558be93f29438d3df94b7dfee02e794b94d9aca4611a92cdb79b6b88e909
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
+distributionSha256Sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
5
networkTimeout=10000
6
zipStoreBase=GRADLE_USER_HOME
7
zipStorePath=wrapper/dists
0 commit comments