Files
CraterLib/patches/1.18.2/.jenkins/Jenkinsfile.deploy.patch

11 lines
191 B
Diff
Raw Normal View History

2024-05-19 19:08:42 +02:00
--- a/.jenkins/Jenkinsfile.deploy
+++ b/.jenkins/Jenkinsfile.deploy
@@ -1,5 +1,5 @@
-def JDK = "21"
-def majorMc = "1.21";
+def majorMc = "1.18.2";
+def JDK = "17"
2024-05-19 19:08:42 +02:00
pipeline {
agent {