2024-05-19 19:08:42 +02:00
|
|
|
--- a/.jenkins/Jenkinsfile.snapshot
|
|
|
|
+++ b/.jenkins/Jenkinsfile.snapshot
|
2024-06-11 19:51:28 +02:00
|
|
|
@@ -1,10 +1,10 @@
|
2024-05-19 19:08:42 +02:00
|
|
|
def projectName = "CraterLib";
|
|
|
|
def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png";
|
2024-06-11 19:51:28 +02:00
|
|
|
-def JDK = "21";
|
|
|
|
-def majorMc = "Port";
|
|
|
|
-def modLoaders = "neoforge|fabric|quilt";
|
|
|
|
-def supportedMc = "1.21";
|
|
|
|
-def reltype = "port";
|
|
|
|
+def JDK = "17";
|
|
|
|
+def majorMc = "1.19.2";
|
|
|
|
+def modLoaders = "forge|fabric|quilt";
|
|
|
|
+def supportedMc = "1.19.2";
|
|
|
|
+def reltype = "snapshot";
|
2024-05-19 19:08:42 +02:00
|
|
|
|
|
|
|
pipeline {
|
|
|
|
agent {
|