core plugin
This commit is contained in:
@@ -1,7 +1,30 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
# kotlin version (detekt limit version)
|
||||||
|
kotlin = "2.0.21"
|
||||||
|
|
||||||
|
# third party plugin
|
||||||
|
detekt = "1.23.8"
|
||||||
|
ktlint = "12.3.0"
|
||||||
|
|
||||||
|
# lulz plugin
|
||||||
|
lulzCore = "0.1.0-SNAPSHOT"
|
||||||
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
# plugin core dependencies
|
||||||
|
|
||||||
|
# third party
|
||||||
|
|
||||||
|
# third party testing
|
||||||
|
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
|
||||||
|
kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
|
||||||
|
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
|
# third party
|
||||||
|
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" }
|
||||||
|
|
||||||
|
# lulz
|
||||||
|
core = { id = "ltd.lulz.plugin.core-plugin", version.ref = "lulzCore" }
|
||||||
|
|||||||
Reference in New Issue
Block a user