add hlaeja core plugin
This commit is contained in:
@@ -6,6 +6,10 @@ kotlin = "2.0.10"
|
|||||||
arturboschDetektPlugin = "1.23.7"
|
arturboschDetektPlugin = "1.23.7"
|
||||||
jlleitschuhKtlintPlugin = "12.1.1"
|
jlleitschuhKtlintPlugin = "12.1.1"
|
||||||
|
|
||||||
|
# hlaeja version
|
||||||
|
hlaejaCorePlugin = "0.1.0-SNAPSHOT"
|
||||||
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
# kotlin libraries
|
# kotlin libraries
|
||||||
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
|
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
|
||||||
@@ -16,6 +20,10 @@ io-mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
|
|||||||
org-eclipse-jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.0.0.202409031743-r" }
|
org-eclipse-jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.0.0.202409031743-r" }
|
||||||
org-junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
|
org-junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
|
||||||
|
|
||||||
|
# plugin common dependencies hlaeja
|
||||||
|
ltd-hlaeja-plugin-core = { group = "ltd.hlaeja.plugin.hlaeja-core-plugin", name = "ltd.hlaeja.plugin.hlaeja-core-plugin.gradle.plugin", version.ref = "hlaejaCorePlugin" }
|
||||||
|
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
# kotlin plugin
|
# kotlin plugin
|
||||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
@@ -24,3 +32,5 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|||||||
io-gitlab-arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturboschDetektPlugin" }
|
io-gitlab-arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturboschDetektPlugin" }
|
||||||
org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "jlleitschuhKtlintPlugin" }
|
org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "jlleitschuhKtlintPlugin" }
|
||||||
|
|
||||||
|
# hlaeja plugin
|
||||||
|
ltd-hlaeja-plugin-core = { id = "ltd.hlaeja.plugin.hlaeja-core-plugin", version.ref = "hlaejaCorePlugin" }
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ check_last_commit
|
|||||||
check_differences master
|
check_differences master
|
||||||
|
|
||||||
# un-snapshot catalog versions for release
|
# un-snapshot catalog versions for release
|
||||||
|
un_snapshot_catalog "hlaejaCorePlugin"
|
||||||
|
|
||||||
# un-snapshot properties for release
|
# un-snapshot properties for release
|
||||||
un_snapshot_version version
|
un_snapshot_version version
|
||||||
|
|||||||
Reference in New Issue
Block a user