From 873ca1e9ab7db005ea92ce9023c87306fd908852 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Thu, 31 Oct 2024 09:59:41 +0000 Subject: [PATCH] add dependence for plugin common ktlint --- hlaeja.versions.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hlaeja.versions.toml b/hlaeja.versions.toml index 0a41a44..62a81b7 100644 --- a/hlaeja.versions.toml +++ b/hlaeja.versions.toml @@ -23,6 +23,7 @@ org-junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter- # plugin common dependencies io-gitlab-arturbosch-detekt-gradle-plugin = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "arturboschDetektPlugin" } org-jetbrains-kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } +org-jlleitschuh-ktlint-gradle-plugin = { group = "org.jlleitschuh.gradle", name = "ktlint-gradle", version.ref = "jlleitschuhKtlintPlugin" } # 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" }