Merge pull request #44 from maxkratz/feature/update-gradle-890

Updates Gradle to v8.9.0
This commit is contained in:
Maximilian Kratz 2024-07-24 07:59:39 +02:00 committed by GitHub
commit 0fe5730bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ FROM maxkratz/texlive:2022
LABEL maintainer="Max Kratz <account@maxkratz.com>"
# Config
ARG GRADLE_VERSION=8.8
ARG GRADLE_VERSION=8.9
# Install OpenJDK 17
RUN apt-get update -q && \

View file

@ -3,7 +3,7 @@ FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <account@maxkratz.com>"
# Config
ARG GRADLE_VERSION=8.8
ARG GRADLE_VERSION=8.9
# Install OpenJDK 17
RUN apt-get update -q && \

View file

@ -3,7 +3,7 @@ FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <account@maxkratz.com>"
# Config
ARG GRADLE_VERSION=8.8
ARG GRADLE_VERSION=8.9
# Install OpenJDK 17
RUN apt-get update -q && \