mill.groovylib.worker.api
package mill.groovylib.worker.api
Members list
Type members
Classlikes
case class GroovyCompilerConfiguration(enablePreview: Boolean = ..., disabledGlobalAstTransformations: Set[String] = ..., targetBytecode: Option[String] = ...)
Attributes
- Source
- GroovyCompilerConfiguration.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait GroovyWorker
Runs the actual compilation.
Runs the actual compilation.
Supports 3-stage compilation for Java <-> Groovy
- compile Java stubs
- compile Java sources (done externally)
- compile Groovy sources
Attributes
- Source
- GroovyWorker.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GroovyWorkerImpl
In this article