Skip to content

Commit a44729e

Browse files
committed
compile from java 11 for release java 8
1 parent 2ff0098 commit a44729e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v3
2626
with:
27-
java-version: '8'
27+
java-version: '11'
2828
distribution: 'temurin'
2929
cache: maven
3030

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK
1313
uses: actions/setup-java@v3
1414
with:
15-
java-version: '8'
15+
java-version: '11'
1616
distribution: 'temurin'
1717
server-id: ossrh
1818
server-username: ${{secrets.OSSRH_USERNAME}}

0 commit comments

Comments
 (0)