Compare commits
2 Commits
master
...
168d6f480a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
168d6f480a | ||
|
|
9b007c7b59 |
@@ -2,49 +2,25 @@
|
||||
# kotlin version (detekt limit version)
|
||||
kotlin = "2.0.21"
|
||||
|
||||
# Spring boot
|
||||
springframework = "3.5.5"
|
||||
dependencyManagement = "1.1.7"
|
||||
|
||||
# third party plugin
|
||||
detekt = "1.23.8"
|
||||
docker = "9.4.0"
|
||||
ktlint = "12.3.0"
|
||||
|
||||
# lulz plugin
|
||||
lulzCore = "0.1.0"
|
||||
lulzCommon = "0.1.0"
|
||||
|
||||
|
||||
[libraries]
|
||||
# plugin core dependencies
|
||||
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" }
|
||||
|
||||
# Spring boot starters
|
||||
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
||||
springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
|
||||
springboot-starter-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" }
|
||||
|
||||
# third party
|
||||
fasterxml-jackson = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
|
||||
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.7" }
|
||||
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" }
|
||||
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" }
|
||||
|
||||
# third party testing
|
||||
assertj = { group = "org.assertj", name = "assertj-core", version = "3.27.3" }
|
||||
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
|
||||
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
|
||||
kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
|
||||
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test" }
|
||||
mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" }
|
||||
|
||||
|
||||
@@ -53,21 +29,6 @@ mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" }
|
||||
gradle-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
|
||||
spring-boot = { id = "org.springframework.boot", version.ref = "springframework" }
|
||||
spring-dependency-management = { id = "io.spring.dependency-management", version.ref = "dependencyManagement" }
|
||||
|
||||
# lulz
|
||||
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" }
|
||||
|
||||
Reference in New Issue
Block a user