build: Rename all Gradle build logic modules to build-logic
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import dev.panuszewski.gradle.pluginMarker
|
||||
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
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))
|
||||
implementation(pluginMarker(libs.plugins.lombok))
|
||||
implementation(pluginMarker(libs.plugins.shadow))
|
||||
}
|
||||
Reference in New Issue
Block a user