Package org.gradle.api.plugins.scala
Interface ScalaPluginExtension
-
public interface ScalaPluginExtension
Common configuration for Scala based projects. This is added by theScalaBasePlugin
.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<java.lang.String>
getZincVersion()
The version of the Zinc compiler to use for compiling Scala code.
-