File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add this to the build file of your convention plugin's build
2929
3030``` groovy
3131dependencies {
32- implementation("org.gradlex:java-ecosystem-capabilities:1.3.1 ")
32+ implementation("org.gradlex:java-ecosystem-capabilities:1.4 ")
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " org.gradlex"
8- version = " 1.3.1 "
8+ version = " 1.4 "
99
1010java {
1111 toolchain.languageVersion.set(JavaLanguageVersion .of(11 )) // to run tests that use Android with 11
You can’t perform that action at this time.
0 commit comments