[DEV] Move 1.21 to LTS

This commit is contained in:
2024-06-13 19:06:25 +02:00
parent 6eaeeeb2c0
commit 436e02fee1
4 changed files with 28 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ This is a branch for all supported LTS versions. Please do NOT directly submit c
### Supported Minecraft Versions
| Minecraft Version | Support Status |
|-------------------| -------------- |
| < 1.18.2 | |
| 1.18.2-1.20.2 | |
| 1.20.4 | |
|-------------------| ------------- |
| < 1.18.2 | |
| 1.18.2-1.20.2 | |
| 1.20.4 | |
| 1.20.5/6 | |
| 1.21 | 🚧 |
| 1.21 | |
- - Not Supported; no bug fixes or new features.
- 🚧 - Work in Progress; not ready for release.

View File

@@ -9,5 +9,5 @@ orionporting {
upstreamBranch = "dev"
// Enable During Porting
patchMode = PatchMode.FUZZY
porting("1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2")
porting("1.21", "1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2")
}

View File

@@ -0,0 +1,11 @@
--- a/.jenkins/Jenkinsfile.snapshot
+++ b/.jenkins/Jenkinsfile.snapshot
@@ -4,7 +4,7 @@
def majorMc = "1.21";
def modLoaders = "neoforge|fabric|quilt";
def supportedMc = "1.21";
-def reltype = "port";
+def reltype = "snapshot";
pipeline {
agent {

View File

@@ -0,0 +1,11 @@
--- a/gradle.properties
+++ b/gradle.properties
@@ -39,7 +39,7 @@
# Publishing
curse_id=867099
modrinth_id=Nn8Wasaq
-release_type=port
+release_type=release
# Gradle
org.gradle.jvmargs=-Xmx3G