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 {
6
6
}
7
7
8
8
group = " org.gradlex"
9
- version = " 2.1"
9
+ version = " 2.1.1 "
10
10
11
11
java {
12
12
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/
12
12
[source,groovy]
13
13
----
14
14
dependencies {
15
- implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1")
15
+ implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1.1 ")
16
16
}
17
17
----
18
18
@@ -21,7 +21,7 @@ dependencies {
21
21
[source,groovy]
22
22
----
23
23
plugins {
24
- id("org.gradlex.jvm-dependency-conflict-detection") version "2.1"
24
+ id("org.gradlex.jvm-dependency-conflict-detection") version "2.1.1 "
25
25
}
26
26
----
27
27
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ repositories.gradlePluginPortal()
6
6
7
7
// tag::plugin-dependency[]
8
8
dependencies {
9
- implementation(" org.gradlex:jvm-dependency-conflict-resolution:2.1" )
9
+ implementation(" org.gradlex:jvm-dependency-conflict-resolution:2.1.1 " )
10
10
}
11
11
// end::plugin-dependency[]
You can’t perform that action at this time.
0 commit comments