Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@simonseyock simonseyock released this 17 Jan 10:21
· 21 commits to main since this release

BREAKING CHANGE:

The default for the settingsPath changes from .m2/settings.xml to ~/.m2/settings.xml. This is the same path that action/setup-java uses by default.

Other changes:

  • Merge pull request #34 from terrestris/fix-defaults-clean-debug (9f017e7)
  • chore: automated doc generation (5e71390)
  • Merge pull request #28 from terrestris/settings-path-default (b379b5b)
  • fix: set defaults for clean and debug correctly (c894120)
  • fix: use home instead of cwd as settingsPath as action/setup-java creates a default file there (67cb228)