We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b884fa commit 7679fbdCopy full SHA for 7679fbd
README.MD
@@ -29,7 +29,7 @@ Add this to the build file of your convention plugin's build
29
30
``` groovy
31
dependencies {
32
- implementation("org.gradlex:java-ecosystem-capabilities:1.5.1")
+ implementation("org.gradlex:java-ecosystem-capabilities:1.5.2")
33
}
34
```
35
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
7
group = "org.gradlex"
8
-version = "1.5.1"
+version = "1.5.2"
9
10
java {
11
toolchain.languageVersion.set(JavaLanguageVersion.of(11)) // to run tests that use Android with 11
0 commit comments