Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getGroovyApi (0.04 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java

         */
        public abstract DirectoryProperty getJavaPackageListLoc();
    
        /**
         * Link to Groovy API to use when generating Javadoc
         */
        public abstract Property<URI> getGroovyApi();
    
        /**
         * Coordinates of the Groovydoc (Javadoc) artifact used to extract the package list for generating Javadoc offline
         * Example: "org.apache.groovy:groovy-all:4.0.28:groovydoc"
         */
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Aug 21 16:24:54 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  2. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java

                // TODO: This breaks the provider
                task.getInputs().dir(extractGroovyPackageListTask.map(Copy::getDestinationDir)).withPathSensitivity(PathSensitivity.NONE);
                options.linksOffline(javadocs.getGroovyApi().get().toString(), extractGroovyPackageListTask.map(Copy::getDestinationDir).get().getAbsolutePath());
    
                task.source(extension.getDocumentedSource()
                    .filter(f -> f.getName().endsWith(".java"))
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 02 14:18:24 UTC 2025
    - 10.4K bytes
    - Viewed (0)
Back to top