Skip to content

Commit b577169

Browse files
committed
Move builds to root project
1 parent d97cde2 commit b577169

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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.151"

0 commit comments

Comments
 (0)