Skip to content

Bugfix release

Compare
Choose a tag to compare
@oehme oehme released this 13 Feb 23:09
· 158 commits to master since this release
Rebuild on any builder classpath change

Until now we only did a rebuild when the list of files on the builder
classpath changed. This ignored changes to the content of those files.
We now actively throw away the builder when the incremental inputs
indicate a change in the builder classpath.

Fixes #41