gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.nativeplatform.toolchain
/
CommandLineToolConfiguration
Command
Line
Tool
Configuration
API
@
Incubating
interface
CommandLineToolConfiguration
(
source
)
An executable tool that forms part of a tool chain.
Inheritors
GccCommandLineToolConfiguration
Members
Functions
with
Arguments
Link copied to clipboard
API
abstract
fun
withArguments
(
arguments
:
Action
<
in
List
<
String
>
>
)
Adds an action that will be applied to the command-line arguments prior to execution.