Skip to content

Commit

Permalink
java 17 with temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Sep 22, 2024
1 parent 02d90d8 commit 94e26c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '17'
- name: Run Build
uses: gradle/gradle-build-action@v3
with:
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '17'
- name: Publish Artifacts (repo.grails.org)
id: publish
uses: gradle/gradle-build-action@v3
Expand Down

0 comments on commit 94e26c2

Please sign in to comment.