gradle
Toggle table of contents
9.6.0-20260420115815+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.tasks.compile
/
BaseForkOptions
Base
Fork
Options
API
abstract
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
(
)
Functions
get
Jvm
Args
Link copied to clipboard
API
@
Optional
@
Input
abstract
fun
getJvmArgs
(
)
:
ListProperty
<
String
>
Returns any additional JVM arguments for the compiler process.
get
Memory
Initial
Size
Link copied to clipboard
API
@
Internal
abstract
fun
getMemoryInitialSize
(
)
:
Property
<
String
>
Returns the initial heap size for the compiler process.
get
Memory
Maximum
Size
Link copied to clipboard
API
@
Internal
abstract
fun
getMemoryMaximumSize
(
)
:
Property
<
String
>
Returns the maximum heap size for the compiler process.