Class SharedProblemGroup

java.lang.Object
org.gradle.api.problems.SharedProblemGroup
All Implemented Interfaces:
ProblemGroup

@Incubating public abstract class SharedProblemGroup extends Object implements ProblemGroup
A registry of shared problem groups.
Since:
8.8
  • Method Details

    • generic

      public static ProblemGroup generic()
      A generic problem category. All problems IDs not configuring any group will be automatically use this group.
      Since:
      8.8