Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jan 31, 2024
1 parent 7a7343d commit 7e427ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add this to the build file of your convention plugin's build

``` groovy
dependencies {
implementation("org.gradlex:java-ecosystem-capabilities:1.5")
implementation("org.gradlex:java-ecosystem-capabilities:1.5.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "org.gradlex"
version = "1.5"
version = "1.5.1"

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

0 comments on commit 7e427ad

Please sign in to comment.