Skip to content

Commit 4deb417

Browse files
committed
Remove deprecations and upgrade to java 11
1 parent 413d259 commit 4deb417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup java
1010
uses: actions/setup-java@v3
1111
with:
12-
java-version: '8'
12+
java-version: '11'
1313
distribution: 'adopt'
1414
- name: Build with Maven
1515
run: mvn --batch-mode --update-snapshots verify

0 commit comments

Comments
 (0)