Skip to content

Commit

Permalink
Merge pull request #32 from maxkratz/feature/update-gradle-870
Browse files Browse the repository at this point in the history
Updates Gradle to v8.7
  • Loading branch information
maxkratz committed Mar 29, 2024
2 parents 83df7a8 + 47f7320 commit c88dd77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7

build-image-variants:
runs-on: [ubuntu-22.04]
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
runs-on: [self-hosted]
needs: [build-image]
strategy:
matrix:
Expand Down
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.6
ARG GRADLE_VERSION=8.7

# Install OpenJDK 17
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.6
ARG GRADLE_VERSION=8.7

# Install OpenJDK 17
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.6
ARG GRADLE_VERSION=8.7

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

0 comments on commit c88dd77

Please sign in to comment.