[BUG] Fix Adventure Serializer being configured wrong

This commit is contained in:
2024-06-11 18:53:10 +02:00
parent a355daccb2
commit fabef0e6f1
6 changed files with 31 additions and 21 deletions

View File

@@ -1,7 +1,9 @@
def JDK = "21"
pipeline {
agent {
docker {
image "registry.firstdark.dev/java21:latest"
image "registry.firstdark.dev/java${JDK}:latest"
alwaysPull true
args '-v gradle-cache:/home/gradle/.gradle'
}