toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.problems
/
ProblemReporter
Problem
Reporter
API
@
Incubating
interface
ProblemReporter
(
source
)
Defines different ways to report problems.
Since
8.6
Members
Functions
reporting
Link copied to clipboard
API
abstract
fun
reporting
(
spec
:
Action
<
ProblemSpec
>
)
Configures and reports a new problem.
throwing
Link copied to clipboard
API
abstract
fun
throwing
(
spec
:
Action
<
ProblemSpec
>
)
:
RuntimeException
Configures a new problem, reports it, and uses it to throw a new exception.