Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jul 1, 2023
1 parent 38459dd commit a6b565b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Java Ecosystem Capabilities Gradle plugin - Changelog

## Version 1.3.1
* [Adjusted Rule] [#54](https://github.com/gradlex-org/java-ecosystem-capabilities/issues/54) Support latest Guava version published with Gradle Metadata (Thanks [Kenny Moens](https://github.com/kmoens) for reporting)

## Version 1.3
* [Adjusted Rule] [#53](https://github.com/gradlex-org/java-ecosystem-capabilities/issues/53) Support Guava 32 and newer (Thanks [MatanSabag](https://github.com/MatanSabag)!)

Expand Down
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.3")
implementation("org.gradlex:java-ecosystem-capabilities:1.3.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.3"
version = "1.3.1"

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

0 comments on commit a6b565b

Please sign in to comment.