toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform.toolchain
/
GccCommandLineToolConfiguration
Gcc
Command
Line
Tool
Configuration
API
@
Incubating
interface
GccCommandLineToolConfiguration
:
CommandLineToolConfiguration
(
source
)
An executable tool used for GCC that allows customizing the executable.
Members
Functions
get
Executable
Link copied to clipboard
API
abstract
fun
getExecutable
(
)
:
String
The name of the executable file for this tool.
set
Executable
Link copied to clipboard
API
abstract
fun
setExecutable
(
file
:
String
)
Set the name of the executable file for this tool.
with
Arguments
Link copied to clipboard
API
abstract
fun
withArguments
(
arguments
:
Action
<
in
List
<
String
>
>
)