[GRADLE-3394] zinc compiler does not honor "force" option Created: 09/Feb/16 Updated: 25/Feb/16 Resolved: 12/Feb/16 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.12-rc-1 |
| Type: | Bug | ||
| Reporter: | Pepper Lebeck-Jobe | Assignee: | Pepper Lebeck-Jobe |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
When setting the force option on a ScalaCompile task using the Zinc compiler:
tasks.withType(ScalaCompile) {
scalaCompileOptions.with {
useAnt = false
force = true
}
}
A full recompile does not occur and it just performs another incremental compile. This issue is basically just tracking a fix from https://github.com/gradle/gradle/pull/385. |