Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed May 31, 2023
1 parent cb52d8c commit 0480d76
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.1")
implementation("org.gradlex:java-ecosystem-capabilities:1.2")
}
```

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.1"
version = "1.2"

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

0 comments on commit 0480d76

Please sign in to comment.