Class ConfigurationCycleException

All Implemented Interfaces:
Serializable

@Incubating @Deprecated public class ConfigurationCycleException extends GradleException
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
Thrown when a cycle is encountered while configuring a model element.
See Also:
  • Constructor Details

    • ConfigurationCycleException

      public ConfigurationCycleException(String message)
      Deprecated.