Skip to content

Commit a4c615b

Browse files
authored
Merge pull request #279 from geertjanw/master
Adopt is dead, long live Zulu!
2 parents 53d4462 + 0240c0e commit a4c615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)