Skip to content

Releases: java9-modularity/gradle-modules-plugin

v2.0.0

31 Oct 10:13
1f44917

Choose a tag to compare

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

07 Mar 12:21
9640725

Choose a tag to compare

What's Changed

Full Changelog: v1.8.14...v1.8.15

v1.8.14

20 Feb 14:29
21d10c3

Choose a tag to compare

What's Changed

Full Changelog: v1.8.13...v1.8.14

v1.8.13

16 Feb 14:00
1236fa1

Choose a tag to compare

New Contributors

Thanks to all who contributed.

Full Changelog: v1.8.12...v1.8.13

v1.8.12

06 Aug 20:07

Choose a tag to compare

  • #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

19 May 17:41

Choose a tag to compare

  • issue #209: NoSuchFileException thrown when listing patched module contents

Thanks to @big-andy-coates for his contributions to this release!

v1.8.10

15 Sep 15:22

Choose a tag to compare

  • issue #205: Run task builds command with unwanted arguments
  • issue #206: Deprecation warning for Gradle 8.0 in startScripts action

v1.8.9

02 Sep 19:40

Choose a tag to compare

  • 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

24 Aug 06:36

Choose a tag to compare

  • issue #199: Build failure when using with Gradle 7.2 and Application plugin

v1.8.7

04 Jun 09:25

Choose a tag to compare

  • issue #192: Plugin build fails with Gradle 7
  • issue #194: Plugin tests do not compile due to missing Guava dependencies

Thanks to @carlosame for his contributions to this release!