JavaCompilerOptions

mill.javalib.api.internal.JavaCompilerOptions

Attributes

Source
JavaCompilerOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def split(options: Seq[String]): (runtime: Seq[String], compiler: Seq[String])

Extract JVM (=runtime) options out of the compiler options. JVM options always start with -J. The resulting runtime options have the -J prefix already stripped.

Extract JVM (=runtime) options out of the compiler options. JVM options always start with -J. The resulting runtime options have the -J prefix already stripped.

Attributes

Source
JavaCompilerOptions.scala