Skip to content

Commit 85c5e1a

Browse files
committed
update buildscript
1 parent 15e1396 commit 85c5e1a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

build.gradle.kts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import net.fabricmc.loom.task.RemapJarTask
44
import java.net.URI
55

66
plugins {
7-
id("fabric-loom") version "1.3-SNAPSHOT" apply false
8-
id("io.github.juuxel.loom-quiltflower") version "1.6.0"
9-
id("io.github.ladysnake.chenille") version "0.11.3"
7+
id("fabric-loom") version "1.9-SNAPSHOT"
8+
id("io.github.ladysnake.chenille") version "0.14.0"
109
id("org.cadixdev.licenser") version "0.6.1"
1110
}
1211

@@ -15,9 +14,8 @@ val fabricApiVersion: String = providers.gradleProperty("fabric_api_version").ge
1514
allprojects {
1615
apply(plugin = "java-library")
1716
apply(plugin = "maven-publish")
18-
apply(plugin = "io.github.ladysnake.chenille")
19-
apply(plugin = "org.cadixdev.licenser")
2017
apply(plugin = "fabric-loom")
18+
apply(plugin = "io.github.ladysnake.chenille")
2119

2220
chenille {
2321
javaVersion = 17
@@ -35,8 +33,8 @@ allprojects {
3533
url = URI("https://maven.ladysnake.org/releases")
3634
content {
3735
includeGroup("io.github.ladysnake")
38-
includeGroupByRegex("dev\\.emi.*")
39-
includeGroupByRegex("dev\\.onyxstudios.*")
36+
includeGroupAndSubgroups("dev.emi")
37+
includeGroupAndSubgroups("dev.onyxstudios")
4038
}
4139
}
4240
maven {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fabric_api_version=0.81.2+1.20
1313
elmendorf_version=0.11.0
1414

1515
#Publishing
16-
mod_version = 5.3.0
16+
mod_version = 5.2.3
1717
curseforge_id = 318449
1818
modrinth_id = K01OU20C
1919
curseforge_versions = 1.20; 1.20.1

0 commit comments

Comments
 (0)