Skip to content

Commit fe52ae2

Browse files
committed
Update pluginVerifier version in dependencies and build configuration
1 parent 6815885 commit fe52ae2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989

9090
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
9191

92-
pluginVerifier(version = "1.386")
92+
pluginVerifier(version = "${libs.pluginVerifier.get().version}")
9393
zipSigner()
9494
testFramework(TestFrameworkType.Platform)
9595
testFramework(TestFrameworkType.Plugin.Java)

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
junit = "4.13.2"
44
doma = "3.2.0"
55
logback = "1.5.18"
6+
pluginVerifier = "1.386"
67

78
# plugins
89
changelog = "2.2.1"
@@ -21,6 +22,7 @@ domacore = { module = "org.seasar.doma:doma-core", version.ref = "doma" }
2122
google-java-format = { module = "com.google.googlejavaformat:google-java-format", version = "1.27.0" }
2223
ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.6.0" }
2324
jackson = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.19.0" }
25+
pluginVerifier = { group = "org.jetbrains.intellij.plugins", name = "verifier-cli", version.ref = "pluginVerifier" }
2426

2527
[plugins]
2628
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }

0 commit comments

Comments
 (0)