gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.compile
/
BaseForkOptions
Base
Fork
Options
API
open
class
BaseForkOptions
:
Serializable
(
source
)
Fork options for compilation. Only take effect if
fork
is
true
.
Inheritors
ProviderAwareCompilerDaemonForkOptions
Members
Constructors
Base
Fork
Options
Link copied to clipboard
API
constructor
(
)
Properties
jvm
Args
Link copied to clipboard
API
@get:
Nullable
@get:
Optional
@get:
Input
open
var
jvmArgs
:
List
<
String
>
memory
Initial
Size
Link copied to clipboard
API
@get:
Internal
open
var
memoryInitialSize
:
String
memory
Maximum
Size
Link copied to clipboard
API
@get:
Internal
open
var
memoryMaximumSize
:
String