Skip to content

Commit

Permalink
liberica
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 11, 2024
1 parent 9b0b9f9 commit a80a21b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'librca'
distribution: 'liberica'
java-version: '11'
- name: Run Build
uses: gradle/gradle-build-action@v3
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'librca'
distribution: 'liberica'
java-version: '11'
- 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: 'librca'
distribution: 'liberica'
java-version: ${{ matrix.java }}
- name: Set the current release version
id: release_version
Expand Down

0 comments on commit a80a21b

Please sign in to comment.