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.
Since:
2.4
See Also:
  • Constructor Details

    • ConfigurationCycleException

      public ConfigurationCycleException(String message)
      Deprecated.
      Creates a new ConfigurationCycleException.
      Since:
      2.4