There was an error while loading. Please reload this page.
1 parent 855f97c commit db3f869Copy full SHA for db3f869
2 files changed
.github/workflows/build-remote.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
checkout_repository: ${{ inputs.repository }}
29
checkout_ref: ${{ inputs.ref }}
30
- setup-java_java-version: 21
+ setup-java_java-version: 25
31
setup-gradle_cache-read-only: true
32
33
- name: Build Geyser
@@ -44,4 +44,4 @@ jobs:
44
bootstrap/spigot/build/libs/Geyser-Spigot.jar
45
bootstrap/bungeecord/build/libs/Geyser-BungeeCord.jar
46
bootstrap/velocity/build/libs/Geyser-Velocity.jar
47
- bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
+ bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Gradle
35
uses: GeyserMC/actions/setup-gradle-composite@master
36
37
38
39
40
run: ./gradlew build
0 commit comments