This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails7-refresh in repository https://gitbox.apache.org/repos/asf/grails-quartz.git
commit bbbac7fcb7bd10c5712cf33103e5af77418863c8 Author: James Daugherty <[email protected]> AuthorDate: Wed Feb 11 07:31:35 2026 -0500 Update project jdk to 17.0.17, update to Grails 7.0.7, & Gradle 8.14.4 --- .github/workflows/release.yml | 2 +- .sdkmanrc | 4 ++-- etc/bin/Dockerfile | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a33d761..76358ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GRAILS_PUBLISH_RELEASE: true JAVA_DISTRIBUTION: liberica - JAVA_VERSION: 17.0.15 # this must be a specific version for reproducible builds, keep it synced with .sdkmanrc + JAVA_VERSION: 17.0.17 # this must be a specific version for reproducible builds, keep it synced with .sdkmanrc PROJECT_DESC: > The Apache Grails Quartz Plugin brings production-grade scheduling to Apache Grails applications adding support for Grails-style job diff --git a/.sdkmanrc b/.sdkmanrc index bd52f2b..60ac5bf 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config - https://sdkman.io/usage#env -java=17.0.15-librca -gradle=8.14.3 \ No newline at end of file +java=17.0.17-librca +gradle=8.14.4 diff --git a/etc/bin/Dockerfile b/etc/bin/Dockerfile index 0bd48b7..35d1855 100644 --- a/etc/bin/Dockerfile +++ b/etc/bin/Dockerfile @@ -16,7 +16,7 @@ # for testing in a container that is similar to the github action linux build environment # run this from the root of the project # `docker build -t grails:testing -f etc/bin/Dockerfile . && docker run -it --rm -v $(pwd):/home/groovy/project grails:testing bash` -FROM bellsoft/liberica-openjdk-debian:17.0.15 +FROM bellsoft/liberica-openjdk-debian:17.0.17 USER root RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync diff --git a/gradle.properties b/gradle.properties index 655d8a9..9514b46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # under the License. # projectVersion=4.0.1-SNAPSHOT -grailsVersion=7.0.0 +grailsVersion=7.0.7 javaVersion=17 asciidoctorGradlePluginVersion=4.0.4 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da..aaaabb3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME
