Skip to content

Commit

Permalink
Merge pull request #2517 from Stirling-Tools/dependabot/docker/gradle…
Browse files Browse the repository at this point in the history
…-8.12-jdk17

Bump gradle from 8.11-jdk17 to 8.12-jdk17
  • Loading branch information
Frooodle authored Dec 21, 2024
2 parents f13945b + 1bfa534 commit 5c0a606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-fat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the application
FROM gradle:8.11-jdk17 AS build
FROM gradle:8.12-jdk17 AS build

# Set the working directory
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5c0a606

Please sign in to comment.