GroovyWorkerImpl

mill.groovylib.worker.impl.GroovyWorkerImpl

Attributes

Source
GroovyWorkerImpl.scala
Graph
Supertypes
trait GroovyWorker
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def compile(sourceFiles: Seq[Path], classpath: Seq[Path], outputDir: Path, config: GroovyCompilerConfiguration)(implicit ctx: TaskCtx): Result[CompilationResult]

Compiles the Groovy sources. In a mixed setup this method assumes that the Java stubs are already present in the outputDir.

Compiles the Groovy sources. In a mixed setup this method assumes that the Java stubs are already present in the outputDir.

Attributes

Source
GroovyWorkerImpl.scala
override def compileGroovyStubs(sourceFiles: Seq[Path], classpath: Seq[Path], outputDir: Path, config: GroovyCompilerConfiguration)(implicit ctx: TaskCtx): Result[Unit]

In a mixed setup this will compile the Groovy sources to Java stubs.

In a mixed setup this will compile the Groovy sources to Java stubs.

Attributes

Definition Classes
Source
GroovyWorkerImpl.scala