Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 44 for Groovydoc (0.15 sec)

  1. platforms/jvm/plugins-groovy/src/main/java/org/gradle/api/plugins/GroovyBasePlugin.java

            project.getTasks().withType(Groovydoc.class).configureEach(groovydoc -> {
                groovydoc.getConventionMapping().map("groovyClasspath", () -> {
                    FileCollection groovyClasspath = groovyRuntime.inferGroovyClasspath(groovydoc.getClasspath());
                    // Jansi is required to log errors when generating Groovydoc
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-groovy/src/test/groovy/org/gradle/api/tasks/GroovyRuntimeTest.groovy

            "3.0.10"             | "-indy"    | "org.codehaus.groovy" | ["groovy", "groovy-ant", "groovy-templates", "groovy-json", "groovy-xml", "groovy-groovydoc", "groovy-astbuilder", "groovy-console", "groovy-datetime", "groovy-dateutil", "groovy-nio", "groovy-sql",...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/provider-text-resource.txt

    Method <org.gradle.api.plugins.quality.Pmd.getRuleSetConfig()> has raw return type org.gradle.api.resources.TextResource in (Pmd.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 567 bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/support/ClassBytesRepositoryTest.kt

        }
    
        @Test
        fun `finds top-level, nested, java, kotlin types in JARs and directories`() {
    
            val jar1 = withClassJar(
                "first.jar",
                Groovydoc::class.java,
                Groovydoc.Link::class.java,
                DeepThought::class.java
            )
    
            val jar2 = withClassJar(
                "second.jar",
                Wrapper::class.java,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 17:45:10 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-groovy/src/test/groovy/org/gradle/api/plugins/GroovyBasePluginTest.groovy

        }
    
        @Test void configuresAdditionalTasksDefinedByTheBuildScript() {
            def task = project.task('otherGroovydoc', type: Groovydoc)
            assertThat(task.destinationDir, equalTo(new File(project.docsDir, 'groovydoc')))
            assertThat(task.docTitle, equalTo(project.extensions.getByType(ReportingExtension).apiDocTitle))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-groovy/src/test/groovy/org/gradle/api/plugins/GroovyPluginTest.groovy

            temporaryFolder.file("SomeFile.groovy").touch()
            def task = project.tasks[GroovyPlugin.GROOVYDOC_TASK_NAME]
    
            then:
            task instanceof Groovydoc
            task.destinationDir == new File(project.docsDir, 'groovydoc')
            task.source.files == project.sourceSets.main.groovy.files
            task.docTitle == project.extensions.getByType(ReportingExtension).apiDocTitle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-groovy/src/main/java/org/gradle/api/tasks/GroovyRuntime.java

     *     def groovyClasspath = groovyRuntime.inferGroovyClasspath(configurations.compileClasspath)
     *     // The returned class path can be used to configure the 'groovyClasspath' property of tasks
     *     // such as 'GroovyCompile' or 'Groovydoc', or to execute these and other Groovy tools directly.
     * </pre>
     */
    public abstract class GroovyRuntime {
        private static final VersionNumber GROOVY_VERSION_WITH_SEPARATE_ANT = VersionNumber.parse("2.0");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/provider-task-file-collection.txt

    Method <org.gradle.api.tasks.javadoc.Groovydoc.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Groovydoc.java:0)
    Method <org.gradle.api.tasks.javadoc.Groovydoc.getGroovyClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Groovydoc.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/groovy_plugin.adoc

    _Depends on_: `compile__SourceSet__Java`
    +
    Compiles the given source set's Groovy source files.
    
    `groovydoc` — link:{groovyDslPath}/org.gradle.api.tasks.javadoc.Groovydoc.html[Groovydoc]::
    +
    Generates API documentation for the production Groovy source files.
    
    The Groovy plugin adds the following dependencies to tasks added by the Java plugin.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.tasks.javadoc.Groovydoc.getFooter()> does not have raw return type assignable to org.gradle.api.provider.Property in (Groovydoc.java:0)
    Method <org.gradle.api.tasks.javadoc.Groovydoc.getHeader()> does not have raw return type assignable to org.gradle.api.provider.Property in (Groovydoc.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top