[BUG] Fix Adventure Serializer being configured wrong
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user