Skip to content

Commit db3f869

Browse files
committed
Bump Java version used in actions to 25
1 parent 855f97c commit db3f869

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-remote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
checkout_repository: ${{ inputs.repository }}
2929
checkout_ref: ${{ inputs.ref }}
30-
setup-java_java-version: 21
30+
setup-java_java-version: 25
3131
setup-gradle_cache-read-only: true
3232

3333
- name: Build Geyser
@@ -44,4 +44,4 @@ jobs:
4444
bootstrap/spigot/build/libs/Geyser-Spigot.jar
4545
bootstrap/bungeecord/build/libs/Geyser-BungeeCord.jar
4646
bootstrap/velocity/build/libs/Geyser-Velocity.jar
47-
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
47+
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Gradle
3535
uses: GeyserMC/actions/setup-gradle-composite@master
3636
with:
37-
setup-java_java-version: 21
37+
setup-java_java-version: 25
3838

3939
- name: Build Geyser
4040
run: ./gradlew build

0 commit comments

Comments
 (0)