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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'adopt'
|
||||
- name: Build with gradle
|
||||
run: ./gradlew shadowJar
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
jdk:
|
||||
- openjdk17
|
||||
- openjdk21
|
||||
|
||||
Loading…
Reference in New Issue
Block a user