build: Rename all Gradle build logic modules to build-logic

This commit is contained in:
2026-08-23 10:40:29 +02:00
parent c6ce916e75
commit f268709f02
25 changed files with 14 additions and 11 deletions
@@ -5,8 +5,8 @@ plugins {
}
dependencies {
implementation("de.siphalor.tweed5:tweed5-conventions")
implementation("de.siphalor.tweed5:tweed5-conventions-helpers")
implementation("de.siphalor.tweed5:tweed5-build-logic")
implementation("de.siphalor.tweed5:tweed5-build-logic-helpers")
implementation(pluginMarker(mcCommonLibs.plugins.smcmtk))
implementation(pluginMarker(mcCommonLibs.plugins.jcyo))
implementation(pluginMarker(mcLibs.plugins.fabric.loom))
@@ -27,6 +27,6 @@ dependencyResolutionManagement {
}
}
includeBuild("../../conventions")
includeBuild("../../build-logic")
rootProject.name = "tweed5-minecraft-conventions"
rootProject.name = "tweed5-minecraft-build-logic"
+1 -1
View File
@@ -1,4 +1,4 @@
org.gradle.jvmargs = -Xmx2G
org.gradle.configuration-cache = true
minecraft.version.descriptor = 1.16.5
minecraft.version.descriptor = 26.2.0
+4 -1
View File
@@ -1,7 +1,10 @@
rootProject.name = "tweed5-minecraft"
pluginManagement {
includeBuild("../conventions")
includeBuild("../build-logic")
includeBuild("build-logic") {
name = "minecraft-build-logic"
}
repositories {
gradlePluginPortal()