sbt-scapegoat icon indicating copy to clipboard operation
sbt-scapegoat copied to clipboard

Fixes for force-clean bug.

Open arkebuzer opened this issue 6 years ago • 2 comments

Fixes: https://github.com/sksamuel/sbt-scapegoat/issues/89

scapegoatCleanTask renamed to scapegoatOptionalClean, Scapegoat task now uses scapegoatOptionalClean.

arkebuzer avatar Jun 18 '19 20:06 arkebuzer

Hi. I don't understand what the change does?

sksamuel avatar Jun 23 '19 00:06 sksamuel

Hello! In the master branch scapegoat task depends on scapegoatClean task, which doesn't use scapeGoatRunAlways setting. This setting is supposed to disable clean on every launch on scapegoat task. So I changed the dependency of scapegoat task to scapegoatCleanTask and renamed the latter to scapegoatOptionalClean to make the difference between it and scapegoatClean more clear.

arkebuzer avatar Jun 23 '19 07:06 arkebuzer