File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
samples/plugin-dependency/kotlin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " org.gradlex"
9- version = " 2.0 "
9+ version = " 2.1 "
1010
1111java {
1212 toolchain.languageVersion = JavaLanguageVersion .of(11 ) // to run tests that use Android with 11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add this to the build file of your convention plugin's build (e.g. `build-logic/
1212[source,groovy]
1313----
1414dependencies {
15- implementation("org.gradlex:jvm-dependency-conflict-resolution:2.0 ")
15+ implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1 ")
1616}
1717----
1818
@@ -21,7 +21,7 @@ dependencies {
2121[source,groovy]
2222----
2323plugins {
24- id("org.gradlex.jvm-dependency-conflict-detection") version "2.0 "
24+ id("org.gradlex.jvm-dependency-conflict-detection") version "2.1 "
2525}
2626----
2727
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ repositories.gradlePluginPortal()
66
77// tag::plugin-dependency[]
88dependencies {
9- implementation(" org.gradlex:jvm-dependency-conflict-resolution:2.0 " )
9+ implementation(" org.gradlex:jvm-dependency-conflict-resolution:2.1 " )
1010}
1111// end::plugin-dependency[]
You can’t perform that action at this time.
0 commit comments