ngbinh / gradle-scalastyle-plugin

Gradle plugin for scalastyle
18 stars 16 forks source link

Should only run when there are changes #21

Closed jacobilsoe closed 6 years ago

jacobilsoe commented 8 years ago

The scalastyle plugin does not support incremental building. It should only run when there are changes since the last run.

wdschei commented 6 years ago

@jacobilsoe We ran into this too when we updated to Gradle v4.x. The fix in in #43 when @ngbinh has a chance to merge it and make a release.