gradle
8.5
API
gradle
/
org.gradle.api.problems.locations
/
TaskPathLocation
Task
Path
Location
API
@
Incubating
open
class
TaskPathLocation
:
ProblemLocation
A problem location that stores a task path if the problem was emitted meanwhile executing a task.
Members
Constructors
Task
Path
Location
Link copied to clipboard
API
constructor
(
identityPath
:
Path
)
Properties
identity
Path
Link copied to clipboard
API
val
identityPath
:
Path
Functions
get
Type
Link copied to clipboard
API
open
fun
getType
(
)
:
String