Files
tweed5/tweed5-minecraft/buildSrc/build.gradle.kts

16 lines
486 B
Kotlin

import dev.panuszewski.gradle.pluginMarker
plugins {
`kotlin-dsl`
}
dependencies {
implementation("de.siphalor.tweed5:tweed5-conventions")
implementation("de.siphalor.tweed5:tweed5-conventions-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))
}