diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a358d9a5..c45f5c54 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Set up JDK 22
+ - name: Set up JDK 25
uses: actions/setup-java@v4
with:
- java-version: '22'
+ java-version: '25'
distribution: 'temurin'
cache: maven
- name: Build nPaper
diff --git a/nPaper-API/pom.xml b/nPaper-API/pom.xml
index b4ff8011..5d3ba335 100644
--- a/nPaper-API/pom.xml
+++ b/nPaper-API/pom.xml
@@ -115,8 +115,8 @@
maven-compiler-plugin
3.13.0
- 21
- 21
+ 25
+ 25
diff --git a/nPaper-Server/pom.xml b/nPaper-Server/pom.xml
index b0765621..44d4a0f6 100644
--- a/nPaper-Server/pom.xml
+++ b/nPaper-Server/pom.xml
@@ -203,10 +203,19 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.13.0
+
+ 25
+ 25
+
+
org.apache.maven.plugins
maven-shade-plugin
- 3.6.0
+ 3.6.1
package
@@ -269,15 +278,6 @@
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.13.0
-
- 21
- 21
-
-