[DEV] Fix nightbloom versions for 1.21/1.21.1

This commit is contained in:
2024-08-08 21:53:25 +02:00
parent 029bde932d
commit c8bebdc8eb
2 changed files with 5 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {