|
|
|
@@ -2,18 +2,31 @@
|
|
|
|
# kotlin version (detekt limit version)
|
|
|
|
# kotlin version (detekt limit version)
|
|
|
|
kotlin = "2.0.21"
|
|
|
|
kotlin = "2.0.21"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Spring boot
|
|
|
|
|
|
|
|
springframework = "3.5.5"
|
|
|
|
|
|
|
|
|
|
|
|
# third party plugin
|
|
|
|
# third party plugin
|
|
|
|
detekt = "1.23.8"
|
|
|
|
detekt = "1.23.8"
|
|
|
|
|
|
|
|
docker = "9.4.0"
|
|
|
|
ktlint = "12.3.0"
|
|
|
|
ktlint = "12.3.0"
|
|
|
|
|
|
|
|
|
|
|
|
# lulz plugin
|
|
|
|
# lulz plugin
|
|
|
|
lulzCore = "0.1.0-SNAPSHOT"
|
|
|
|
lulzCore = "0.1.0"
|
|
|
|
|
|
|
|
lulzCommon = "0.1.0-SNAPSHOT"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
[libraries]
|
|
|
|
# plugin core dependencies
|
|
|
|
# plugin core dependencies
|
|
|
|
jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" }
|
|
|
|
jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# plugin common dependencies
|
|
|
|
|
|
|
|
plugin-core = { group = "ltd.lulz.plugin", name = "core-plugin", version.ref = "lulzCore" }
|
|
|
|
|
|
|
|
plugin-detekt = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "detekt" }
|
|
|
|
|
|
|
|
plugin-docker = { group = "com.bmuschko", name = "gradle-docker-plugin", version.ref = "docker" }
|
|
|
|
|
|
|
|
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
|
|
|
|
# third party
|
|
|
|
|
|
|
|
|
|
|
|
# third party testing
|
|
|
|
# third party testing
|
|
|
|
@@ -32,3 +45,15 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
|
|
|
|
|
|
|
|
|
|
# lulz
|
|
|
|
# lulz
|
|
|
|
core = { id = "ltd.lulz.plugin.core-plugin", version.ref = "lulzCore" }
|
|
|
|
core = { id = "ltd.lulz.plugin.core-plugin", version.ref = "lulzCore" }
|
|
|
|
|
|
|
|
common = { id = "ltd.lulz.plugin.common-plugin.common", version.ref = "lulzCommon" }
|
|
|
|
|
|
|
|
common-build = { id = "ltd.lulz.plugin.common-plugin.common-build", version.ref = "lulzCommon" }
|
|
|
|
|
|
|
|
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" }
|
|
|
|
|
|
|
|
service = { id = "ltd.lulz.plugin.common-plugin.service", version.ref = "lulzCommon" }
|
|
|
|
|
|
|
|
service-container = { id = "ltd.lulz.plugin.common-plugin.service-container", version.ref = "lulzCommon" }
|
|
|
|
|
|
|
|
service-integration-test = { id = "ltd.lulz.plugin.common-plugin.service-integration-test", version.ref = "lulzCommon" }
|
|
|
|
|
|
|
|
service-process-resource = { id = "ltd.lulz.plugin.common-plugin.service-process-resource", version.ref = "lulzCommon" }
|
|
|
|
|