File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717
1818plugins {
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
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import java.util.*
1818
1919pluginManagement {
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
You can’t perform that action at this time.
0 commit comments