Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ProjectConfigurationException (0.37 sec)

  1. subprojects/core/src/main/java/org/gradle/configuration/project/LifecycleProjectEvaluator.java

            ProjectConfigurationException exception = wrapException(project, e);
            ctx.failed(exception);
            state.failed(exception);
        }
    
        private static ProjectConfigurationException wrapException(ProjectInternal project, Exception e) {
            return new ProjectConfigurationException(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-not-extends-internal-types.txt

    Class <org.gradle.api.ProjectConfigurationException> extends/implements org.gradle.internal.exceptions.DefaultMultiCauseException that is Gradle Internal API in (ProjectConfigurationException.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top