api / org.gradle.language.scala.tasks / BaseScalaCompileOptions / isForce

isForce

@Input open fun isForce(): Boolean

Whether to force the compilation of all files. Legal values: - false (only compile modified files) - true (always recompile all files)