Compare commits
3 Commits
cf1d35310a
...
9bad10a2a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bad10a2a2 | |||
| 62b659c54e | |||
| 96c3b71fc4 |
@@ -1,7 +1,34 @@
|
||||
[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]
|
||||
# plugin core dependencies
|
||||
jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" }
|
||||
|
||||
# third party
|
||||
|
||||
# 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" }
|
||||
mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" }
|
||||
|
||||
|
||||
[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