Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProjectSelectionException (0.15 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/ProjectSelectionException.java

    /**
     * Thrown when the tasks to execute cannot be selected due to a problem resolving the project to select tasks from.
     */
    public class ProjectSelectionException extends BaseSelectionException {
        public ProjectSelectionException(String message) {
            super(message, ProjectInternal.PROJECTS_TASK, "projects");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 23 13:10:39 UTC 2023
    - 1K bytes
    - Viewed (0)
Back to top