Update dependencies and configuration for MC 1.21.11

This commit is contained in:
2025-12-25 18:49:20 -05:00
parent a8c70933e7
commit 9cda761a0f
10 changed files with 67 additions and 54 deletions
Vendored
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline {
agent any
tools {
jdk 'JDK 21.0.7'
jdk 'jdk-21-latest'
}
stages {
stage("build") {