Skip to content

Commit dca23e4

Browse files
authored
Java 17 support in workflows.
1 parent caf5eb0 commit dca23e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: JDK setup
1515
uses: actions/setup-java@v3
1616
with:
17-
java-version: 11
18-
distribution: temurin
17+
java-version: '17'
18+
distribution: 'temurin'
1919
- name: Gradle setup
2020
uses: gradle/gradle-build-action@v2
2121
- name: Generate WebGL application

0 commit comments

Comments
 (0)