Skip to content

Commit

Permalink
Merge pull request #376 from codeconsole/6.0.x-5.1.x-merge-2
Browse files Browse the repository at this point in the history
6.0.x 5.1.x merge
  • Loading branch information
codeconsole authored Oct 20, 2024
2 parents d9f193f + 3bb1b81 commit 4e665af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'liberica'
java-version: '17'
- name: Run Build
uses: gradle/gradle-build-action@v3
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'liberica'
java-version: '17'
- name: Publish Artifacts (repo.grails.org)
id: publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'liberica'
java-version: ${{ matrix.java }}
- name: Set the current release version
id: release_version
Expand Down
1 change: 1 addition & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java=17.0.12-librca

0 comments on commit 4e665af

Please sign in to comment.