Skip to content

Commit 2b24c40

Browse files
authored
Update release.yml
1 parent f2b700a commit 2b24c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 8
14+
- name: Set up JDK 11
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 1.8
17+
java-version: 11
1818
- name: Grant execute permission for gradlew
1919
run: chmod +x lisa/gradlew
2020
- name: Publish artifact

0 commit comments

Comments
 (0)