diff --git a/.github/workflows/ci-tests-and-coverage.yml b/.github/workflows/ci-tests-and-coverage.yml index 6c6691b..dc98256 100644 --- a/.github/workflows/ci-tests-and-coverage.yml +++ b/.github/workflows/ci-tests-and-coverage.yml @@ -58,3 +58,4 @@ jobs: path: | **/target/surefire-reports **/target/failsafe-reports + target/ci diff --git a/pom.xml b/pom.xml index 2fe3a88..769d9ce 100644 --- a/pom.xml +++ b/pom.xml @@ -53,16 +53,16 @@ - 3.0.7 + 3.0.6 UTF-8 UTF-8 25 ${java.version} - 26.1.2.build.72-stable + 26.2.build.65-beta 4.1.0-SNAPSHOT - 4.26.1 + 5.2.0 4.2.0 9.7.0 7.1.0 @@ -161,6 +161,27 @@ [25,) [3.8.6,) + + true + + net.kyori:adventure-api:[0,5.0.0) + net.kyori:adventure-key:[0,5.0.0) + net.kyori:adventure-nbt:[0,5.0.0) + net.kyori:adventure-resource-pack:[0,5.0.0) + net.kyori:adventure-serializer-configurate4:[0,5.0.0) + net.kyori:adventure-text-logger-slf4j:[0,5.0.0) + net.kyori:adventure-text-minimessage:[0,5.0.0) + net.kyori:adventure-text-serializer-ansi:[0,5.0.0) + net.kyori:adventure-text-serializer-commons:[0,5.0.0) + net.kyori:adventure-text-serializer-gson:[0,5.0.0) + net.kyori:adventure-text-serializer-gson-legacy-impl:[0,5.0.0) + net.kyori:adventure-text-serializer-json:[0,5.0.0) + net.kyori:adventure-text-serializer-json-legacy-impl:[0,5.0.0) + net.kyori:adventure-text-serializer-legacy:[0,5.0.0) + net.kyori:adventure-text-serializer-plain:[0,5.0.0) + + Adventure 4.x core modules are not supported. Keep the Adventure core dependency graph on 5.x. + @@ -224,4 +245,4 @@ - + \ No newline at end of file