Skip to content

Commit

Permalink
Merge pull request #60 from maxkratz/feature/update-gradle-8120
Browse files Browse the repository at this point in the history
Updates Gradle to v8.12.0
  • Loading branch information
maxkratz authored Dec 22, 2024
2 parents 84ba9a9 + 0a27b75 commit 6e9f943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2022-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maxkratz/texlive:2022
LABEL maintainer="Max Kratz <[email protected]>"

# Config
ARG GRADLE_VERSION=8.11.1
ARG GRADLE_VERSION=8.12

# Install OpenJDK 21
RUN apt-get update -q && \
Expand Down
2 changes: 1 addition & 1 deletion 2023-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <[email protected]>"

# Config
ARG GRADLE_VERSION=8.11.1
ARG GRADLE_VERSION=8.12

# Install OpenJDK 21
RUN apt-get update -q && \
Expand Down
2 changes: 1 addition & 1 deletion 2024-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <[email protected]>"

# Config
ARG GRADLE_VERSION=8.11.1
ARG GRADLE_VERSION=8.12

# Install OpenJDK 21
RUN apt-get update -q && \
Expand Down

0 comments on commit 6e9f943

Please sign in to comment.