[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

@@ -1,5 +1,11 @@
rootProject.name = "tweed5"
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}
include("test-utils")
include("tweed5-annotation-inheritance")
include("tweed5-attributes-extension")