Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jun 4, 2024
1 parent 9cafa46 commit 7f2f503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "org.gradlex"
version = "2.1"
version = "2.1.1"

java {
toolchain.languageVersion = JavaLanguageVersion.of(11) // to run tests that use Android with 11
Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/parts/detection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this to the build file of your convention plugin's build (e.g. `build-logic/
[source,groovy]
----
dependencies {
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1")
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1.1")
}
----

Expand All @@ -21,7 +21,7 @@ dependencies {
[source,groovy]
----
plugins {
id("org.gradlex.jvm-dependency-conflict-detection") version "2.1"
id("org.gradlex.jvm-dependency-conflict-detection") version "2.1.1"
}
----

Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/plugin-dependency/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ repositories.gradlePluginPortal()

// tag::plugin-dependency[]
dependencies {
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1")
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1.1")
}
// end::plugin-dependency[]

0 comments on commit 7f2f503

Please sign in to comment.