Releases: java9-modularity/gradle-modules-plugin
Releases · java9-modularity/gradle-modules-plugin
v2.0.1
Sorry, something went wrong.
No results found
What's Changed
This release is all about updating dependencies.
The community also has a decision to make about moving fully moving to Java 17 and dropping support for earlier Java versions. See #332 (comment).
Dependency Updates
- Bump com.gradleup.shadow from 9.2.2 to 9.3.0 by @dependabot[bot] in #317
- Bump com.gradle.develocity from 4.2.2 to 4.3 by @dependabot[bot] in #315
- Bump com.gradle.develocity from 4.3 to 4.4.0 by @dependabot[bot] in #331
- Bump com.gradle.plugin-publish from 2.0.0 to 2.1.1 by @dependabot[bot] in #330
- Bump com.github.javaparser:javaparser-symbol-solver-core from 3.27.1 to 3.28.0 by @dependabot[bot] in #324
- Bump com.gradleup.shadow from 9.3.0 to 9.4.1 by @dependabot[bot] in #329
- Bump com.gradle.develocity from 4.4.0 to 4.4.1 by @dependabot[bot] in #336
- Bump com.github.ben-manes.versions from 0.53.0 to 0.54.0 by @dependabot[bot] in #335
- Bump jUnitVersion from 5.14.0 to 6.0.1 by @dependabot[bot] in #310
- Bump jUnitVersion from 6.0.1 to 6.0.3 by @dependabot[bot] in #327
- Bump jvm from 2.0.0 to 2.3.21 in /test-project-kotlin by @dependabot[bot] in #337
- Bump org.spockframework:spock-core from 2.4-M1-groovy-3.0 to 2.4-groovy-5.0 in /test-project-groovy by @dependabot[bot] in #316
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Sorry, something went wrong.
No results found
This is a bigger change than usual. So please scan this release note before upgrading.
The major version bump is due to the plugin dropping support for JVMs < Java 17. If you are on an older JVM, please stick with older versions of the plugin.
This release also supports Gradle 9.
The above two changes where committed by under #301 by @rcw3bb. A big thanks to @rcw3bb for the work they've done.
Outside of the above PR, this release contains a few dependency version bumps, but mainly to the build and testing of the plugin.
Major changes:
- Upgrade to version 2.0.0, enhance compatibility with Gradle 9.x by @rcw3bb in #301
Doc changes:
- Make CompileTestModuleOptions consistent with documentation by @markslater in #275
Dependency changes:
- Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21 in /test-project-groovy by @dependabot[bot] in #267
- Bump jvm from 1.9.22 to 2.0.0 in /test-project-kotlin by @dependabot[bot] in #280
- Bump com.gradle.enterprise from 3.16.2 to 3.17.4 by @dependabot[bot] in #279
- Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by @dependabot[bot] in #292
- Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project by @dependabot[bot] in #287
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #284
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #285
- Bump com.github.ben-manes.versions from 0.51.0 to 0.53.0 by @dependabot[bot] in #286
- Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project-kotlin by @dependabot[bot] in #289
- Bump com.gradle.plugin-publish from 1.2.1 to 2.0.0 by @dependabot[bot] in #294
- Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.25 in /test-project-groovy by @dependabot[bot] in #291
- Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project-kotlin-pre-1-7 by @dependabot[bot] in #296
- Bump com.github.javaparser:javaparser-symbol-solver-core from 3.25.8 to 3.27.1 by @dependabot[bot] in #302
- Bump com.gradle.develocity from 4.2.1 to 4.2.2 by @dependabot[bot] in #303
New Contributors
Full Changelog: v1.8.15...v2.0.0
v1.8.15
Sorry, something went wrong.
No results found
What's Changed
Full Changelog: v1.8.14...v1.8.15
v1.8.14
Sorry, something went wrong.
No results found
What's Changed
Full Changelog: v1.8.13...v1.8.14
v1.8.13
Sorry, something went wrong.
No results found
New Contributors
Thanks to all who contributed.
Full Changelog: v1.8.12...v1.8.13
v1.8.12
Sorry, something went wrong.
No results found
- #207: ci: Update GitHub Actions
- #208: Provide better support for toolchains for JVM projects
- #211: Avoid warning about --add-opens from compileTestJava 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!
v1.8.11
Sorry, something went wrong.
No results found
- issue #209: NoSuchFileException thrown when listing patched module contents
Thanks to @big-andy-coates for his contributions to this release!
v1.8.10
Sorry, something went wrong.
No results found
- issue #205: Run task builds command with unwanted arguments
- issue #206: Deprecation warning for Gradle 8.0 in startScripts action
v1.8.9
Sorry, something went wrong.
No results found
- issue #200: Generated sh startscript fails to start
- PR #201: Resolve warning in Gradle 7.2
- PR #202: Replace usage of outdated Gradle API
Thanks to @KengoTODA for his contributions to this release!
v1.8.8
Sorry, something went wrong.
No results found
- issue #199: Build failure when using with Gradle 7.2 and Application plugin