Skip to content

Commit 0383c7c

Browse files
authored
Update snapshot.yml
1 parent 13df211 commit 0383c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Set LD_VERSION
1717
run: echo "LD_VERSION=0.0" >> $GITHUB_ENV
1818

19-
- name: Set up JDK 1.8
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 1.8
22+
java-version: 11
2323

2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew

0 commit comments

Comments
 (0)