Skip to content

Fix staleness check regression, improves devmode/codeserver

Pre-release
Pre-release
Compare
Choose a tag to compare
@tbroyer tbroyer released this 03 Jul 11:05
· 84 commits to main since this release
  • fixes a small regression in the staleness check (for gwt:compile), introduced in the 1.0-rc-7 reworked handling of sources, where changes to non-java files in source roots would not trigger a recompilation (0507e6d)
  • add ability to disable generation of <inherits/> from META-INF/gwt/mainModule files from dependencies to gwt:generateModule (bdf9864)
  • improves resolution of sources from projects from the reactor build for gwt:codeserver and gwt:devmode: snapshot versions weren't properly matched if snapshots were being installed/deployed, and dependencies that are missing a <type>gwt-lib</type> are now logged more prominently (see discussions in #86 and #90, again a side-effect of the reworked handling of sources in 1.0-rc-7)