Skip to content

Commit 9090887

Browse files
authored
Merge pull request #292 from Enigmatis/UPDATE-WORKFLOW-TO-ZULU
Change to zulu
2 parents a4c615b + c7c5f97 commit 9090887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-java@v2
1818
with:
1919
java-version: '8'
20-
distribution: 'adopt'
20+
distribution: 'zulu'
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
2323
- name: Build with Gradle

0 commit comments

Comments
 (0)