Skip to content

Releases: gradlex-org/java-module-dependencies

1.10

17 Sep 18:14
2d314f1

Choose a tag to compare

  • #235 Upgrade to Gradle 9.1, address deprecation
  • #221 Upgrade to Gradle 9, remove deprecated features
  • #209 Fix: configuration cache issue when building kotlin-dsl plugins
  • Update module name mappings

1.9.2

18 Jun 18:24
92af54a

Choose a tag to compare

  • Update module name mappings

1.9.1

11 Jun 18:53
cc7362f

Choose a tag to compare

  • Never attempt to create dependency for JDK core module
  • Update and fix (#199) module name mappings

1.9

17 Apr 09:17
1ec438f

Choose a tag to compare

1.9
  • #188 Add exportsTo and opensTo statements to Module Info DSL

1.8.1

09 Apr 09:35
a4dbf5d

Choose a tag to compare

  • Update module name mappings
  • Update 'org.ow2.asm:asm' to 9.8

1.8

24 Jan 06:10
5307906

Choose a tag to compare

1.8
  • #136 Support hierarchical project paths in Settings DSL
  • #141 Introduce org.gradlex.java-module-dependencies.register-help-tasks property
  • #127 Less configuration cache misses when modifying module-info.java (Thanks TheGoesen)
  • #128 Less configuration cache misses when using Settings plugin (Thanks TheGoesen)
  • #135 Improve performance of ApplyPluginsAction

1.7.1

11 Oct 17:21
feb0335

Choose a tag to compare

  • Update module name mappings

1.7

16 Jul 08:54
fb460cd

Choose a tag to compare

1.7
  • #112 Settings plugin to configure module locations and identity

1.6.6

04 Jun 10:05
1ad4b3a

Choose a tag to compare

  • #113 Fix: Do not fail for duplicated project names (Thanks TheGoesen)
  • #111 Fix: Do not use 'MapProperty.unset' (Thanks TheGoesen)
  • #112 Improve compatibility with Project Isolation

1.6.5

04 Jun 10:04
662221b

Choose a tag to compare

#104 Fix: ModuleDependencyReport task does not correctly track inputs