JAVA 21 IDIOT!!! 21!!! NOT 17!!!!
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image "registry.firstdark.dev/java17:latest"
|
image "registry.firstdark.dev/java21:latest"
|
||||||
alwaysPull true
|
alwaysPull true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -4,7 +4,7 @@ def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae59
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image "registry.firstdark.dev/java17:latest"
|
image "registry.firstdark.dev/java21:latest"
|
||||||
alwaysPull true
|
alwaysPull true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user