Skip to content

Commit 6092eec

Browse files
committed
Version 1.4
1 parent f99d2e1 commit 6092eec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Java Ecosystem Capabilities Gradle plugin - Changelog
22

3+
## Version 1.4
4+
* [New Rules] [#50](https://github.com/gradlex-org/java-ecosystem-capabilities/issues/50) net.jcip:jcip-annotations / com.github.stephenc.jcip:jcip-annotations (Thanks [Boris Petrov](https://github.com/boris-petrov) for reporting)
5+
* [Adjusted Rule] [#41](https://github.com/gradlex-org/java-ecosystem-capabilities/issues/41) org.glassfish.hk2.external:jakarta.injectt (Thanks [Boris Petrov](https://github.com/boris-petrov) for reporting)
6+
* [Adjusted Rule] [#59](https://github.com/gradlex-org/java-ecosystem-capabilities/issues/59) javax.mail:javax.mail-api / org.apache.geronimo.specs:geronimo-javamail (Thanks [Boris Petrov](https://github.com/boris-petrov)!)
7+
* [Adjusted Rule] [#60](https://github.com/gradlex-org/java-ecosystem-capabilities/issues/60) org.springframework:spring-aop (Thanks [Boris Petrov](https://github.com/boris-petrov)!)
8+
39
## Version 1.3.1
410
* [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)
511

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.3.1")
32+
implementation("org.gradlex:java-ecosystem-capabilities:1.4")
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.3.1"
8+
version = "1.4"
99

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

0 commit comments

Comments
 (0)