gradle
8.5
API
gradle
/
org.gradle.api.problems.locations
/
FileLocation
/
FileLocation
File
Location
API
constructor
(
path
:
String
,
@
Nullable
line
:
Integer
,
@
Nullable
column
:
Integer
,
@
Nullable
length
:
Integer
)