build: Rename all Gradle build logic modules to build-logic
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
rootProject.name = "tweed5-minecraft"
|
||||
|
||||
pluginManagement {
|
||||
includeBuild("../conventions")
|
||||
includeBuild("../build-logic")
|
||||
includeBuild("build-logic") {
|
||||
name = "minecraft-build-logic"
|
||||
}
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
|
||||
Reference in New Issue
Block a user