Skip to content

Commit

Permalink
Java 17 support in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby authored Nov 4, 2023
1 parent caf5eb0 commit dca23e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: JDK setup
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
java-version: '17'
distribution: 'temurin'
- name: Gradle setup
uses: gradle/gradle-build-action@v2
- name: Generate WebGL application
Expand Down

0 comments on commit dca23e4

Please sign in to comment.