From 1c21aca9bc2a744d286077187ba5cbc36fd03dc7 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Wed, 30 Oct 2024 13:18:17 +0000 Subject: [PATCH] add dependence for plugin common --- hlaeja.versions.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hlaeja.versions.toml b/hlaeja.versions.toml index 894ab19..439ccd0 100644 --- a/hlaeja.versions.toml +++ b/hlaeja.versions.toml @@ -20,6 +20,9 @@ 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 +org-jetbrains-kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } + # 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" }