[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,32 @@
plugins {
id("dev.panuszewski.typesafe-conventions") version "0.9.0"
}
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("../../conventions")
rootProject.name = "tweed5-minecraft-conventions"