Skip to content

Commit 3be6191

Browse files
committed
moveBuildsToRootProject = true
1 parent c2b49c8 commit 3be6191

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ plugins {
1414
id("dev.deftu.gradle.tools.minecraft.releases") // Applies the Minecraft auto-releasing plugin, which allows you to automatically release your mod to CurseForge and Modrinth.
1515
}
1616

17+
toolkitMultiversion {
18+
moveBuildsToRootProject = true
19+
}
20+
1721
toolkitLoomHelper {
1822
useOneConfig {
1923
version = "1.0.0-alpha.153"

0 commit comments

Comments
 (0)