Problem
    Provides options to configure problems.
Since
8.6
See also
Functions
Link copied to clipboard
                  abstract fun <T : AdditionalData?> additionalData(type: Class<T>, config: Action<in T>): ProblemSpec
Declares additional data attached to the problem.
Link copied to clipboard
                  @Incubating
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.problems.ProblemSpec.additionalData.
Link copied to clipboard
                  Declares a short, but context-dependent message for this problem.
Link copied to clipboard
                  Declares a long description detailing the problem.
Link copied to clipboard
                  Declares where this problem is documented.
Link copied to clipboard
                  Declares that this problem is in a file.
Link copied to clipboard
                  Declares that this problem is in a file on a line.
Declares that this problem is in a file with on a line at a certain position.
Link copied to clipboard
                  Declares that this problem is in a file at a certain global position with a given length.
Link copied to clipboard
                  Declares the severity of the problem.
Link copied to clipboard
                  Declares solutions and advice that contain context-sensitive data, e.g.
Link copied to clipboard
                  Declares that this problem is at the same place where it's reported.
Link copied to clipboard
                  Declares the exception causing this problem.