ProcessIsolation

Create a Worker using process isolation.

Gradle will launch new Worker Daemon re-using it across builds.

See also

Properties

Link copied to clipboard
@get:Input
abstract val debug: Property<Boolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:Input
abstract val jvmArgs: ListProperty<String>
Link copied to clipboard
@get:Input
abstract val maxHeapSize: Property<String>
Link copied to clipboard
@get:Input
abstract val minHeapSize: Property<String>
Link copied to clipboard