Skip to content

Commit e59dea2

Browse files
authored
Revert "feat: change gradle version to 8.5 (#31)" (#38)
This reverts commit 7694d52.
1 parent 12d3023 commit e59dea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java-gradle/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TAG=8-jdk17-slim
1+
ARG TAG=7-jdk17-slim
22
ARG JDK_VERSION=17
33
FROM maven:3-openjdk-${JDK_VERSION}-slim
44

@@ -37,8 +37,8 @@ RUN set -o errexit -o nounset \
3737
&& which hg \
3838
&& which svn
3939

40-
ENV GRADLE_VERSION 8.5
41-
ARG GRADLE_DOWNLOAD_SHA256=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
40+
ENV GRADLE_VERSION 7.4.1
41+
ARG GRADLE_DOWNLOAD_SHA256=e5444a57cda4a95f90b0c9446a9e1b47d3d7f69057765bfb54bd4f482542d548
4242
RUN set -o errexit -o nounset \
4343
&& echo "Downloading Gradle" \
4444
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \

0 commit comments

Comments
 (0)