mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-03-22 07:50:47 +00:00
maintenance: jitpack and github action move to java 21
This commit is contained in:
parent
1d2c11c538
commit
d93076eb81
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- name: Build with gradle
|
- name: Build with gradle
|
||||||
run: ./gradlew shadowJar
|
run: ./gradlew shadowJar
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
jdk:
|
jdk:
|
||||||
- openjdk17
|
- openjdk21
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user