Skip to content

Commit ff61a31

Browse files
authored
Added the distro to java
1 parent 4fe7a50 commit ff61a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 11
19+
- name: Set up JDK 8
2020
uses: actions/setup-java@v2
2121
with:
2222
java-version: '8'
23+
distribution: 'adopt'
2324
cache: gradle
2425
- name: Grant execute permission for gradlew
2526
run: chmod +x gradlew

0 commit comments

Comments
 (0)