From 81e2ed266b29275dd41c5782c44bf5f547bd3395 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Tue, 9 Sep 2025 09:40:47 +0200 Subject: [PATCH] common plugin extend common (cherry picked from commit 685a9b2aaca15c04373b0f164bc665d37d5aea24) --- versions-catalog.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/versions-catalog.toml b/versions-catalog.toml index 914ddf7..0a834c6 100644 --- a/versions-catalog.toml +++ b/versions-catalog.toml @@ -8,12 +8,19 @@ ktlint = "12.3.0" # lulz plugin lulzCore = "0.1.0-SNAPSHOT" +lulzCommon = "0.1.0-SNAPSHOT" [libraries] # plugin core dependencies jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" } +# plugin common dependencies +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-kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } +plugin-ktlint = { group = "org.jlleitschuh.gradle", name = "ktlint-gradle", version.ref = "ktlint" } + # third party # third party testing @@ -32,3 +39,8 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } # lulz core = { id = "ltd.lulz.plugin.core-plugin", version.ref = "lulzCore" } +common = { id = "ltd.lulz.plugin.common-plugin.common", version.ref = "lulzCommon" } +common-build = { id = "ltd.lulz.plugin.common-plugin.common-build", version.ref = "lulzCommon" } +common-detekt = { id = "ltd.lulz.plugin.common-plugin.common-detekt", version.ref = "lulzCommon" } +common-ktlint = { id = "ltd.lulz.plugin.common-plugin.common-ktlint", version.ref = "lulzCommon" } +common-project = { id = "ltd.lulz.plugin.common-plugin.common-project", version.ref = "lulzCommon" }