diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml
index 120cf68..6fc80ca 100644
--- a/.github/workflows/maven-build.yml
+++ b/.github/workflows/maven-build.yml
@@ -8,7 +8,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') }}
strategy:
matrix:
- java: [ '11' ]
+ java: [ '17' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
diff --git a/pom.xml b/pom.xml
index 673012c..7002bcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,10 @@
opencollab-repo-snapshot
https://repo.opencollab.dev/maven-snapshots/
+
+ jitpack.io
+ https://jitpack.io
+
@@ -48,6 +52,11 @@
fastjson2
2.0.52
+
+ com.github.GeyserMC.PackConverter
+ bedrock-pack-schema
+ 3d8150474d
+
@@ -78,7 +87,7 @@
maven-compiler-plugin
3.8.0
- 11
+ 17
UTF-8