add kontor-javalin
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user