Skip to content

Commit 52c0523

Browse files
committed
[DEV] Fix some build script issues
1 parent bb15c9d commit 52c0523

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.jenkins/Jenkinsfile.snapshot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
def projectName = "CraterLib";
22
def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png";
33
def JDK = "21";
4-
def majorMc = "1.21.9-pre3";
5-
def modLoaders = "fabric|quilt";
6-
def supportedMc = "1.21.9-pre3";
7-
def reltype = "experimental";
4+
def majorMc = "1.21.9";
5+
def modLoaders = "fabric|quilt|forge|neoforge";
6+
def supportedMc = "1.21.9";
7+
def reltype = "snapshot";
88

99
pipeline {
1010
agent {

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ multimined.setup {
5151

5252
shadowJar {
5353
commonShadow()
54+
exclude("META-INF/versions/**")
5455
relocate("net.kyori" to "shadow.kyori")
5556
}
5657

@@ -72,6 +73,7 @@ multimined.setup {
7273

7374
shadowJar {
7475
commonShadow()
76+
exclude("META-INF/versions/**")
7577
relocate("net.kyori" to "shadow.kyori")
7678
}
7779

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ advanced_chat=SNA4dye5
5151
# Publishing
5252
curse_id=867099
5353
modrinth_id=Nn8Wasaq
54-
release_type=experimental
54+
release_type=release
5555
supported_mc=1.21.9,1.21.10
5656
displayed_versions=1.21.9/10
5757

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
unimined = "1.4.2-SNAPSHOT"
33
shadow = "9.2.2"
44
modpublisher = "2.1.8+snapshot.2"
5-
orion = "2.0.5"
5+
orion = "2.0.6"
66

77
[plugins]
88
unimined = { id = "xyz.wagyourtail.unimined", version.ref = "unimined" }

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pluginManagement {
22
repositories {
3+
mavenLocal()
34
maven("https://mcentral.firstdark.dev/releases")
45
gradlePluginPortal()
56
maven("https://maven.firstdark.dev/releases")

0 commit comments

Comments
 (0)