Skip to content

Commit 7e427ad

Browse files
committed
Version 1.5.1
1 parent 7a7343d commit 7e427ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add this to the build file of your convention plugin's build
2929

3030
``` groovy
3131
dependencies {
32-
implementation("org.gradlex:java-ecosystem-capabilities:1.5")
32+
implementation("org.gradlex:java-ecosystem-capabilities:1.5.1")
3333
}
3434
```
3535

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "org.gradlex"
8-
version = "1.5"
8+
version = "1.5.1"
99

1010
java {
1111
toolchain.languageVersion.set(JavaLanguageVersion.of(11)) // to run tests that use Android with 11

0 commit comments

Comments
 (0)