[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.


Generated at Wed Jun 30 12:47:39 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.