[DEV] Fix nightbloom versions for 1.21/1.21.1
This commit is contained in:
@@ -3,7 +3,7 @@ def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae59
|
||||
def JDK = "21";
|
||||
def majorMc = "1.21";
|
||||
def modLoaders = "neoforge|fabric|quilt";
|
||||
def supportedMc = "1.21";
|
||||
def supportedMc = "1.21|1.21.1";
|
||||
def reltype = "snapshot";
|
||||
|
||||
pipeline {
|
||||
|
@@ -1,10 +1,12 @@
|
||||
--- a/.jenkins/Jenkinsfile.snapshot
|
||||
+++ b/.jenkins/Jenkinsfile.snapshot
|
||||
@@ -4,7 +4,7 @@
|
||||
@@ -3,8 +3,8 @@
|
||||
def JDK = "21";
|
||||
def majorMc = "1.21";
|
||||
def modLoaders = "neoforge|fabric|quilt";
|
||||
def supportedMc = "1.21";
|
||||
-def supportedMc = "1.21";
|
||||
-def reltype = "port";
|
||||
+def supportedMc = "1.21|1.21.1";
|
||||
+def reltype = "snapshot";
|
||||
|
||||
pipeline {
|
||||
|
Reference in New Issue
Block a user