Skip to content

Commit 84d9af1

Browse files
committed
fix(deps): update com.github.vlsi to v2
1 parent 8eea047 commit 84d9af1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build-logic/build-parameters/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
plugins {
1919
id("org.gradlex.build-parameters") version "1.4.4"
20-
id("com.github.vlsi.gradle-extensions") version "1.90"
20+
id("com.github.vlsi.gradle-extensions") version "2.0.0"
2121
id("build-logic.kotlin-dsl-gradle-plugin")
2222
}
2323

build-logic/jvm/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
api(projects.buildParameters)
2424
api(projects.verification)
2525
api("me.champeau.jmh:me.champeau.jmh.gradle.plugin:0.7.3")
26-
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:1.90")
27-
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
26+
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:2.0.0")
27+
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:2.0.0")
2828
api("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.22")
2929
api("org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:1.9.22")
3030
api("org.jetbrains.dokka-javadoc:org.jetbrains.dokka-javadoc.gradle.plugin:2.0.0")

build-logic/root-build/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727
}
2828
api(projects.buildParameters)
2929
api(projects.verification)
30-
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:1.90")
31-
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.90")
32-
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
30+
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:2.0.0")
31+
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:2.0.0")
32+
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:2.0.0")
3333
api("org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:0.8.1")
3434
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.1.7")
3535
api("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.22")

build-logic/verification/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
api(projects.buildParameters)
2525
api("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
2626
api("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.4")
27-
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.90")
28-
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
27+
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:2.0.0")
28+
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:2.0.0")
2929
api("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
3030
api("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
3131
api("org.checkerframework:org.checkerframework.gradle.plugin:0.6.37")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import java.util.*
1818

1919
pluginManagement {
2020
plugins {
21-
id("com.github.vlsi.stage-vote-release") version "1.90"
21+
id("com.github.vlsi.stage-vote-release") version "2.0.0"
2222
}
2323
}
2424

0 commit comments

Comments
 (0)