[minecraft-bundle] Fix sources bundle

This commit is contained in:
2025-10-27 00:50:53 +01:00
parent f20e997967
commit ffbecb9158
6 changed files with 25 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
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.fabric.loom))
implementation(pluginMarker(mcCommonLibs.plugins.jcyo))
implementation(pluginMarker(libs.plugins.lombok))
}