feat: NCS-37 Quarkus integration (#35)
Reviewed-on: #35 Reviewed-by: Leon Hermann <lq@blackhole.local>
This commit is contained in:
+14
-1
@@ -1,9 +1,22 @@
|
||||
rootProject.name = "NowChessSystems"
|
||||
|
||||
pluginManagement {
|
||||
val quarkusPluginVersion: String by settings
|
||||
val quarkusPluginId: String by settings
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
}
|
||||
plugins {
|
||||
id(quarkusPluginId) version quarkusPluginVersion
|
||||
}
|
||||
}
|
||||
|
||||
include(
|
||||
"modules:core",
|
||||
"modules:api",
|
||||
"modules:io",
|
||||
"modules:rule",
|
||||
"modules:ui",
|
||||
"modules:bot",
|
||||
)
|
||||
Reference in New Issue
Block a user