2
0
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:
Mohammed Alteneiji 2026-03-17 00:35:29 +04:00
parent 1d2c11c538
commit d93076eb81
Signed by: ham1255
GPG Key ID: EF343502046229F4
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
jdk: jdk:
- openjdk17 - openjdk21