2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

maintenance: jitpack and github action move to java 21

This commit is contained in:
2026-03-17 00:35:29 +04:00
parent 1d2c11c538
commit d93076eb81
2 changed files with 3 additions and 3 deletions

View File

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