Releases: java9-modularity/gradle-modules-plugin
Releases · java9-modularity/gradle-modules-plugin
v1.8.15
What's Changed
- 1.8.14 release prep by @big-andy-coates in #262
- Set next dev version to 1.8.15-SNAPSHOT by @big-andy-coates in #263
- Update tests to cover Gradle 8 by @big-andy-coates in #264
- Release 1.8.15 by @big-andy-coates in #265
Full Changelog: v1.8.14...v1.8.15
v1.8.14
What's Changed
- Bump org.jooq:joor from 0.9.13 to 0.9.15 by @dependabot in #233
- Bump com.github.javaparser:javaparser-symbol-solver-core from 3.13.5 to 3.25.8 by @dependabot in #238
- Bump org.codehaus.groovy:groovy from 3.0.7 to 3.0.20 in /test-project-groovy by @dependabot in #247
- Fix compiler warnings by @big-andy-coates in #255
- Fix compatibility issue with Gradle 7.6+ by @big-andy-coates in #261
Full Changelog: v1.8.13...v1.8.14
v1.8.13
- Avoid reference to deprecated property. (#221) by @swpalmer in #222
- Fix for #224 by @bjorndarri in #225
- Patch-in generated resources during testing by @big-andy-coates in #228
New Contributors
Thanks to all who contributed.
Full Changelog: v1.8.12...v1.8.13
v1.8.12
- #207: ci: Update GitHub Actions
- #208: Provide better support for toolchains for JVM projects
- #211: Avoid warning about
--add-opens
fromcompileTestJava
task - #212: Fix for Kotlin 1.7 breaking changes
- #213: Make it easier to test locally
Many thanks to @KengoTODA and @big-andy-coates for their contributions!