Skip to content

Commit 22c85c1

Browse files
committed
feat: build release with JDK 11
1 parent 6a2658f commit 22c85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK 1.8
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 1.8
22+
java-version: 11
2323

2424
- name: Package
2525
run: mvn package

0 commit comments

Comments
 (0)