@groovy.transform.CompileStatic class InternalJvmAppExecSpec80 extends InternalAbstractJvmAppExecSpec
Provides a class that can be populated with various fork options for Java and which can then be used to copy to other methods in the Gradle API that provides a JavaForkOptions in the parameters. Intended for Gradle 8.x
| Fields inherited from class | Fields |
|---|---|
class InternalAbstractJvmAppExecSpec |
arguments, envProviders, javaExecSpec, jepProxy, jfoProxy, psProxy |
| Constructor and description |
|---|
InternalJvmAppExecSpec80
(Project tempProjectReference)Creates the JvmExecSpec on Gradle 8.0+. |
| Methods inherited from class | Name |
|---|---|
class InternalAbstractJvmAppExecSpec |
addCommandLineProcessor, buildArguments, configureCmdline, configureCmdline, configureEntrypoint, configureEntrypoint, configureForkOptions, configureForkOptions, configureProcess, configureProcess, copyArguments, copyDebugOptions, copyTo, copyToJavaExecSpec, getCommandLineProcessors, getExecutionParameters, getExecutionSignature, processOutput, submitToWorkQueue, taskOperations |
Creates the JvmExecSpec on Gradle 8.0+.
tempProjectReference - Temporary Projectobjects - Object factory.jfoProxyFactory - Create a proxy instance for updating JavaForkOptions.modularitySpecFactory - Create a proxy instance for updating modularity specifications.