Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getImplicitTasks (0.1 sec)

  1. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApiSpecification.groovy

         *
         * <p>Note that in some versions the handling of implicit selectors was broken, so this method may return a different value
         * to {@link #getImplicitTasks()}.
         */
        Set<String> getImplicitSelectors() {
            return getImplicitTasks()
        }
    
        /**
         * Returns the set of invisible implicit task names expected for a root project for the target Gradle version.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top