Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for groovyDsl (0.25 sec)

  1. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/javadoc/Groovydoc.java

    import java.util.LinkedHashSet;
    import java.util.List;
    import java.util.Set;
    
    /**
     * <p>Generates HTML API documentation for Groovy source, and optionally, Java source.
     *
     * <p>This task uses Groovy's Groovydoc tool to generate the API documentation. Please note
     * that the Groovydoc tool has some limitations at the moment. The version of the Groovydoc
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/platforms.adoc

    In case you want to avoid the generation of a subgroup accessor, we recommend relying on case to differentiate.
    For example the aliases `groovyCore`, `groovyJson` and `groovyXml` would be mapped to the `libs.groovyCore`, `libs.groovyJson` and `libs.groovyXml` accessors respectively.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/core-plugins/idea_plugin.adoc

    ====
    
    [[sec:idea_modify_xml]]
    ==== Modifying the XML representation
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    ====
    
    [[sec:eclipse_modify_xml]]
    ==== Modifying the XML representation
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/resolve/scenarios/VersionRangeResolveTestScenarios.groovy

                        idx = 0
                    }
                    currentBatch = nextBatch.batchName
                    return next()
                }
    
                // an alternative to Groovy's permutations method which is reproducible
                private static List<List<RenderableVersion>> permutations(Batch nextBatch) {
                    def generator = new PermutationGenerator<>(nextBatch.versions)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 27.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/ant.adoc

    [[sec:ant_properties]]
    == Using Ant properties and references
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 15:23:52 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/troubleshooting/validation_problems.adoc

    Types of the Java SE API, types of the Kotlin stdlib, and Groovy's GString are not supported, because they meet neither of those requirements.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/NestedInputIntegrationTest.groovy

            'GString'  | ''                 | 'GString.EMPTY'                                  | 'groovy.lang.GString$1' | "Groovy's GString type is not supported as a nested type."
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    Alternatively, you can write plugins and tasks in a statically compiled language such as Java or Kotlin.
    
    *Warning:* Gradle's Groovy DSL relies heavily on Groovy’s dynamic features. To use static compilation in your plugins, switch to Java-like syntax.
    
    The following example defines a task that copies files without dynamic features:
    
    ====
    .src/main/groovy/MyPlugin.groovy
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    - `groovy-nio`
    - `groovy-sql`
    - `groovy-templates`
    - `groovy-test`
    - `groovy-xml`
    
    But the following Groovy modules are *not* included:
    
    - `groovy-cli-picocli`
    - `groovy-docgenerator`
    - `groovy-groovysh`
    - `groovy-jmx`
    - `groovy-jsr223`
    - `groovy-macro`
    - `groovy-servlet`
    - `groovy-swing`
    - `groovy-test-junit5`
    - `groovy-testng`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
Back to top