@@ -2,6 +2,9 @@
|
||||
# kotlin version (detekt limit version)
|
||||
kotlin = "2.0.21"
|
||||
|
||||
# Spring boot
|
||||
springframework = "3.5.5"
|
||||
|
||||
# third party plugin
|
||||
detekt = "1.23.8"
|
||||
ktlint = "12.3.0"
|
||||
@@ -20,6 +23,7 @@ plugin-core = { group = "ltd.lulz.plugin", name = "core-plugin", version.ref = "
|
||||
plugin-detekt = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "detekt" }
|
||||
plugin-kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
plugin-ktlint = { group = "org.jlleitschuh.gradle", name = "ktlint-gradle", version.ref = "ktlint" }
|
||||
plugin-springboot = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version.ref = "springframework" }
|
||||
|
||||
# third party
|
||||
|
||||
@@ -44,3 +48,6 @@ common-build = { id = "ltd.lulz.plugin.common-plugin.common-build", version.ref
|
||||
common-detekt = { id = "ltd.lulz.plugin.common-plugin.common-detekt", version.ref = "lulzCommon" }
|
||||
common-ktlint = { id = "ltd.lulz.plugin.common-plugin.common-ktlint", version.ref = "lulzCommon" }
|
||||
common-project = { id = "ltd.lulz.plugin.common-plugin.common-project", version.ref = "lulzCommon" }
|
||||
library = { id = "ltd.lulz.plugin.common-plugin.library", version.ref = "lulzCommon" }
|
||||
library-manifest = { id = "ltd.lulz.plugin.common-plugin.library-manifest", version.ref = "lulzCommon" }
|
||||
library-publish = { id = "ltd.lulz.plugin.common-plugin.library-publish", version.ref = "lulzCommon" }
|
||||
|
||||
Reference in New Issue
Block a user