Skip to content

1.4

Compare
Choose a tag to compare
@jjohannes jjohannes released this 27 Apr 15:16
· 113 commits to main since this release
af571d6
  • [New] Minimal Gradle version is now 6.8 for integration with recently added features like the Dependency Version Catalog
  • [New] #46 - Validation coordinates and module names
  • [New] #41 - Support version catalog accessors to express dependency coordinates (Thanks Giuseppe Barbieri for suggesting!)
  • [New] #30 - Add 'opens(...)' to module DSL (Thanks Wexalian for suggesting!)
  • [Fixed] #47 - requireAllDefinedDependencies() gives error when dependency only appears on runtime path (Thanks Sola for reporting!)
  • [Fixed] #45 - Sub-folders in 'META-INF/services' are not ignored (Thanks Jonas Beyer for reporting!)
  • [Fixed] #44 - Name resolution for jars with '-' character failing if Jars are taken from local .m2 repository (Thanks Aidan Do for reporting!)