mbeddr / mps-gradle-plugin

Miscellaneous tasks that were found useful when building MPS-based projects with Gradle.
Other
14 stars 15 forks source link

Add incremental flag #115

Closed sergej-koscejev closed 2 years ago

sergej-koscejev commented 3 years ago

Having an explicit flag for controlling incrementality makes it a little easier to use. It also lets us remove the clean target from the invoked targets, this is something that those who configure incremental builds manually often forget, thus making their builds not quite as incremental as could be possible.

Since this is a new feature, the minor version is increased.