Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ScriptHandler (0.2 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *
         * @return the classpath handler. Never returns null.
         */
        ScriptHandler getBuildscript();
    
        /**
         * <p>Configures the build script classpath for this project.
         *
         * <p>The given closure is executed against this project's {@link ScriptHandler}. The {@link ScriptHandler} is
         * passed to the closure as the closure's delegate.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.initialization.dsl.ScriptHandler.dependencies(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (ScriptHandler.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top