Intelli JPlatform Argument Provider
class IntelliJPlatformArgumentProvider(val intellijPlatformConfiguration: FileCollection, val coroutinesJavaAgentFile: Provider<RegularFile>, val runtimeArchProvider: Provider<String>, options: JavaForkOptions) : CommandLineArgumentProvider
Provides command line arguments for launching IntelliJ Platform locally.
Constructors
Link copied to clipboard
constructor(intellijPlatformConfiguration: FileCollection, coroutinesJavaAgentFile: Provider<RegularFile>, runtimeArchProvider: Provider<String>, options: JavaForkOptions)
Properties
Link copied to clipboard
@InputFile
@PathSensitive(value = PathSensitivity.RELATIVE )
@Optional
Coroutines Java agent file.
Link copied to clipboard
@InputFiles
@PathSensitive(value = PathSensitivity.RELATIVE )
IntelliJ Platform configuration files.
Link copied to clipboard
The provider for the Java Runtime architecture.