geforkt von Mirrors/Velocity
Move GH actions to java 17
Java 11 left standard support 3 months ago, it's time to move forward and align with the rest of the ecosystem
Dieser Commit ist enthalten in:
Ursprung
bbbf549c88
Commit
9e47a711b2
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
@ -6,15 +6,15 @@ name: Java CI with Gradle
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-11:
|
build-17:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
- uses: gradle/wrapper-validation-action@v1
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 17
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren