v1.3.2
Bug fix release
Disable automatic gradle incremental support (aggregating): #223
If and when Gradle supports annotations on Modules we will turn back on aggregating
.
If by small chance you were relying on "aggregating" incremental you may temporarily turn it on via
-Ajstache.gradle_incremental=aggregating
What's Changed
Full Changelog: v1.3.1...v1.3.2
Thanks @hrstoyanov !