Package org.gradle.api.tasks.scala
Class ScalaCompileOptions
java.lang.Object
org.gradle.language.scala.tasks.BaseScalaCompileOptions
org.gradle.api.tasks.scala.ScalaCompileOptions
- All Implemented Interfaces:
Serializable
Options for Scala Compilation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gradle.language.scala.tasks.BaseScalaCompileOptions
forkOptions, getAdditionalParameters, getDebugLevel, getDeprecation, getEncoding, getFailOnError, getForce, getForkOptions, getIncrementalOptions, getIsDeprecation, getIsFailOnError, getIsForce, getIsListFiles, getIsOptimize, getIsUnchecked, getKeepAliveMode, getListFiles, getLoggingLevel, getLoggingPhases, getObjectFactory, getOptimize, getUnchecked, incrementalOptions
-
Constructor Details
-
ScalaCompileOptions
public ScalaCompileOptions()
-