76: Introduce the Nenjim component registry and move runtime composition into its manager

This commit is contained in:
2026-08-29 17:20:19 +02:00
parent b230e15ece
commit 8fa9ce3dec
52 changed files with 1240 additions and 454 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ if (version == "UNSET" && gradle.startParameter.taskNames.any { it.startsWith("p
}
application {
mainClass.set("com.r35157.nenjim.hubd.impl.ref.Main")
mainClass.set("com.r35157.nenjim.hubd.Main")
applicationDefaultJvmArgs = listOf("--enable-preview")
}
@@ -54,6 +54,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.18")
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
}
java {