This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 893de11e2f5f966c7db6901b0aa461f91c813f4c Author: James Daugherty <[email protected]> AuthorDate: Fri May 30 19:57:48 2025 -0400 [skip ci] use an exact java version for reproducible build testing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b246df755e..6cf83d736a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: liberica - java-version: 17 + java-version: '17.0.14' # this must be a specific version for reproducible builds - name: "🐘 Setup Gradle" uses: gradle/actions/setup-gradle@v4 with:
