Skip to content

Commit

Permalink
update buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 31, 2024
1 parent 15e1396 commit 85c5e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import net.fabricmc.loom.task.RemapJarTask
import java.net.URI

plugins {
id("fabric-loom") version "1.3-SNAPSHOT" apply false
id("io.github.juuxel.loom-quiltflower") version "1.6.0"
id("io.github.ladysnake.chenille") version "0.11.3"
id("fabric-loom") version "1.9-SNAPSHOT"
id("io.github.ladysnake.chenille") version "0.14.0"
id("org.cadixdev.licenser") version "0.6.1"
}

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

chenille {
javaVersion = 17
Expand All @@ -35,8 +33,8 @@ allprojects {
url = URI("https://maven.ladysnake.org/releases")
content {
includeGroup("io.github.ladysnake")
includeGroupByRegex("dev\\.emi.*")
includeGroupByRegex("dev\\.onyxstudios.*")
includeGroupAndSubgroups("dev.emi")
includeGroupAndSubgroups("dev.onyxstudios")
}
}
maven {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_api_version=0.81.2+1.20
elmendorf_version=0.11.0

#Publishing
mod_version = 5.3.0
mod_version = 5.2.3
curseforge_id = 318449
modrinth_id = K01OU20C
curseforge_versions = 1.20; 1.20.1
Expand Down

0 comments on commit 85c5e1a

Please sign in to comment.