ToolOptions

interface ToolOptions


Summary

Public functions

Unit

Public properties

MutableList<String>

Extra JVM options to give to the out of process worker JVM.

Boolean

If true, run tool workers out of process.

Public functions

setJvmOptions

fun setJvmOptions(from: List<String>): Unit

Public properties

jvmOptions

val jvmOptionsMutableList<String>

Extra JVM options to give to the out of process worker JVM. Useful for setting things like max memory usage

runInSeparateProcess

var runInSeparateProcessBoolean

If true, run tool workers out of process.