File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ import net.fabricmc.loom.task.RemapJarTask
44import java.net.URI
55
66plugins {
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
1514allprojects {
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 {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fabric_api_version=0.81.2+1.20
1313elmendorf_version =0.11.0
1414
1515# Publishing
16- mod_version = 5.3.0
16+ mod_version = 5.2.3
1717curseforge_id = 318449
1818modrinth_id = K01OU20C
1919curseforge_versions = 1.20; 1.20.1
You can’t perform that action at this time.
0 commit comments