Skip to content

Commit 6e9f943

Browse files
authored
Merge pull request #60 from maxkratz/feature/update-gradle-8120
Updates Gradle to v8.12.0
2 parents 84ba9a9 + 0a27b75 commit 6e9f943

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2022-gradle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM maxkratz/texlive:2022
33
LABEL maintainer="Max Kratz <[email protected]>"
44

55
# Config
6-
ARG GRADLE_VERSION=8.11.1
6+
ARG GRADLE_VERSION=8.12
77

88
# Install OpenJDK 21
99
RUN apt-get update -q && \

2023-gradle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM maxkratz/texlive:2023
33
LABEL maintainer="Max Kratz <[email protected]>"
44

55
# Config
6-
ARG GRADLE_VERSION=8.11.1
6+
ARG GRADLE_VERSION=8.12
77

88
# Install OpenJDK 21
99
RUN apt-get update -q && \

2024-gradle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM maxkratz/texlive:2024
33
LABEL maintainer="Max Kratz <[email protected]>"
44

55
# Config
6-
ARG GRADLE_VERSION=8.11.1
6+
ARG GRADLE_VERSION=8.12
77

88
# Install OpenJDK 21
99
RUN apt-get update -q && \

0 commit comments

Comments
 (0)