diff options
author | isXander <xandersmith2008@gmail.com> | 2023-04-25 16:47:07 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-04-25 16:47:07 +0100 |
commit | fc6d98ae9728a38514b22ced5128c5a567ae864c (patch) | |
tree | c9927fa49167fdd35bc463ee8d4e4e70f04211fc /gradle | |
parent | 8e4983eef1bc37dfaaf72b1576366dd03ec9a994 (diff) | |
download | YetAnotherConfigLib-fc6d98ae9728a38514b22ced5128c5a567ae864c.tar.gz YetAnotherConfigLib-fc6d98ae9728a38514b22ced5128c5a567ae864c.tar.bz2 YetAnotherConfigLib-fc6d98ae9728a38514b22ced5128c5a567ae864c.zip |
use minotaur + cursegradle
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 6 |
1 files changed, 4 insertions, 2 deletions
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" } |