fix(ci): build on slightly newer java
All checks were successful
Maven release / build (push) Successful in 1m10s
All checks were successful
Maven release / build (push) Successful in 1m10s
This commit is contained in:
parent
8aa657ddca
commit
54a90cac53
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: https://github.com/actions/setup-java@v1
|
uses: https://github.com/actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: 11
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build and publish with gradle
|
- name: Build and publish with gradle
|
||||||
|
|
Loading…
Reference in a new issue