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
@@ -0,0 +1,32 @@
plugins {
id("dev.panuszewski.typesafe-conventions") version "0.9.1"
}
typesafeConventions {
autoPluginDependencies = false
}
dependencyResolutionManagement {
repositories {
gradlePluginPortal()
maven {
name = "Siphalor"
url = uri("https://maven.siphalor.de")
mavenContent {
includeGroupAndSubgroups("de.siphalor")
}
}
maven {
name = "FabricMC"
url = uri("https://maven.fabricmc.net")
mavenContent {
includeGroupAndSubgroups("net.fabricmc")
includeGroup("fabric-loom")
}
}
}
}
includeBuild("../../build-logic")
rootProject.name = "tweed5-minecraft-build-logic"