add kontor-javalin

This commit is contained in:
2025-12-16 23:10:15 +01:00
parent 2a51b4a2f3
commit 25bc4e45ff
22 changed files with 572 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
plugins {
id 'org.javamodularity.moduleplugin' version '2.0.0' apply false
}
subprojects {
repositories {
mavenCentral()
}
apply plugin: "org.javamodularity.moduleplugin"
}
wrapper {
gradleVersion = "9.2.1"
}