[build] project structure and publishing improvements

This commit is contained in:
2025-10-12 19:41:11 +02:00
parent 61485e3134
commit ff53708a16
12 changed files with 68 additions and 28 deletions

View File

@@ -6,10 +6,6 @@ plugins {
group = "de.siphalor.tweed5"
version = properties["version"]!!
repositories {
mavenCentral()
}
dependencies {
rootProject.subprojects.forEach { subproject ->
subproject.plugins.withId("jacoco") {