@@ -7,6 +7,7 @@ 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
|
||||||
@@ -21,6 +22,7 @@ jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0
|
|||||||
# plugin common dependencies
|
# plugin common dependencies
|
||||||
plugin-core = { group = "ltd.lulz.plugin", name = "core-plugin", version.ref = "lulzCore" }
|
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-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-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-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" }
|
plugin-springboot = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version.ref = "springframework" }
|
||||||
@@ -51,3 +53,7 @@ common-project = { id = "ltd.lulz.plugin.common-plugin.common-project", version.
|
|||||||
library = { id = "ltd.lulz.plugin.common-plugin.library", 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-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" }
|
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