use JDK 17 for CI
This commit is contained in:
parent
333d1848cf
commit
dc1471e0f8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v2.3.1
|
uses: actions/setup-java@v2.3.1
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 11
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build --no-daemon
|
run: ./gradlew build --no-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user