[build] Setup project for cross-version Minecraft development
This commit is contained in:
11
tweed5-minecraft/conventions/build.gradle.kts
Normal file
11
tweed5-minecraft/conventions/build.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
import dev.panuszewski.gradle.pluginMarker
|
||||
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("de.siphalor.tweed5:tweed5-conventions")
|
||||
implementation(pluginMarker(mcCommonLibs.plugins.fabric.loom))
|
||||
implementation(pluginMarker(mcCommonLibs.plugins.jcyo))
|
||||
}
|
||||
Reference in New Issue
Block a user