From fc6d98ae9728a38514b22ced5128c5a567ae864c Mon Sep 17 00:00:00 2001 From: isXander Date: Tue, 25 Apr 2023 16:47:07 +0100 Subject: use minotaur + cursegradle --- gradle/libs.versions.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e811335..e7cbd5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,8 @@ architectury_loom = "1.1.+" architectury_plugin = "3.4.+" shadow = "7.1.+" quilt_quiltflower = "1.8.+" -unified_publishing = "0.1.+" +minotaur = "2.7.+" +cursegradle = "2.+" github_release = "2.+" machete = "2.+" grgit = "5.0.+" @@ -42,7 +43,8 @@ architectury_loom = { id = "dev.architectury.loom", version.ref = "architectury_ architectury_plugin = { id = "architectury-plugin", version.ref = "architectury_plugin" } shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" } -unified_publishing = { id = "me.shedaniel.unified-publishing", version.ref = "unified_publishing" } +minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" } +cursegradle = { id = "me.hypherionmc.cursegradle", version.ref = "cursegradle" } github_release = { id = "com.github.breadmoirai.github-release", version.ref = "github_release" } machete = { id = "io.github.p03w.machete", version.ref = "machete" } grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" } -- cgit