From 8edd467532178a00cb95e2ca2e8234d67757fdcf Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Thu, 24 Oct 2024 12:39:21 +0100 Subject: [PATCH] add hlaeja core plugin --- hlaeja.versions.toml | 10 ++++++++++ release.sh | 1 + 2 files changed, 11 insertions(+) diff --git a/hlaeja.versions.toml b/hlaeja.versions.toml index 9437884..5dea126 100644 --- a/hlaeja.versions.toml +++ b/hlaeja.versions.toml @@ -6,6 +6,10 @@ kotlin = "2.0.10" arturboschDetektPlugin = "1.23.7" jlleitschuhKtlintPlugin = "12.1.1" +# hlaeja version +hlaejaCorePlugin = "0.1.0-SNAPSHOT" + + [libraries] # kotlin libraries 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-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] # kotlin plugin 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" } 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" } diff --git a/release.sh b/release.sh index 52a2af6..903cf08 100755 --- a/release.sh +++ b/release.sh @@ -83,6 +83,7 @@ check_last_commit check_differences master # un-snapshot catalog versions for release +un_snapshot_catalog "hlaejaCorePlugin" # un-snapshot properties for release un_snapshot_version version