JAVA 21 IDIOT!!! 21!!! NOT 17!!!!

This commit is contained in:
2024-05-09 19:54:18 +02:00
parent f712036d2e
commit da7518e08d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image "registry.firstdark.dev/java17:latest"
image "registry.firstdark.dev/java21:latest"
alwaysPull true
}
}