Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 50 for groovyDsl (0.17 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            withLibraryDependencies<DependencyRemovalByNameRule>(
                "org.spockframework:spock-core",
                setOf("groovy-groovysh", "groovy-json", "groovy-macro", "groovy-nio", "groovy-sql", "groovy-templates", "groovy-test", "groovy-xml")
            )
            withLibraryDependencies<DependencyRemovalByNameRule>("cglib:cglib", setOf("ant"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 20:15:18 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/problems/ConfigurationCacheReport.kt

                    this
            }
    
            class Spooling(
                val spoolFile: File,
                val executor: ManagedExecutor,
                /**
                 * [JsonModelWriter] uses Groovy's [CharBuf] for fast json encoding.
                 */
                val groovyJsonClassLoader: ClassLoader,
                val decorate: (PropertyProblem, ProblemSeverity) -> DecoratedPropertyProblem
            ) : State() {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

            testImplementation(libs.groovy)
            testImplementation(libs.groovyAnt)
            testImplementation(libs.groovyJson)
            testImplementation(libs.groovyTest)
            testImplementation(libs.groovyXml)
            testImplementation(libs.spock)
            testImplementation(libs.junit5Vintage)
            testImplementation(libs.spockJUnit4)
            testImplementation(libs.develocityTestAnnotation)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 07:43:28 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/internal/classpath/Instrumented.java

            }
        }
    
        /**
         * The bootstrap method for method calls from Groovy compiled code with indy enabled.
         * Gradle's bytecode processor replaces the Groovy's original {@link IndyInterface#bootstrap(MethodHandles.Lookup, String, MethodType, String, int)}
         * with this method to intercept potentially "interesting" calls and do some additional work.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  5. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/java/SamplesJavaTestingIntegrationTest.groovy

            where:
            dsl << ['groovy', 'kotlin']
        }
    
        /**
         * Loads the JUnit XML test results file for the given, named test case. It
         * assumes the file path to that file and loads it using Groovy's XmlSlurper
         * which can then be used to extract information from the XML.
         */
        private static getTestResultsFileAsXml(TestFile sampleDir, String testClassName, String taskName = "test") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  6. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/descriptor/internal/DefaultDeploymentDescriptor.java

                XmlParser parser = new XmlParser(false, true, true);
                try {
                    // If not set for >= JAXP 1.5 / Java8 won't allow referencing DTDs, e.g.
                    // using http URLs, because Groovy's XmlParser requests FEATURE_SECURE_PROCESSING
                    parser.setProperty(ACCESS_EXTERNAL_DTD, ALLOW_ANY_EXTERNAL_DTD);
                } catch (SAXNotRecognizedException ignore) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 19 22:06:51 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/GroovyInteroperability.kt

        /**
         * Returns true if the object has a property named [name].
         *
         * Note that this method will only return true for realised Groovy properties and does not take into account implementation of Groovy's `getProperty` or `propertyMissing`.
         *
         * @since 8.1
         */
        @Incubating
        fun hasProperty(name: String): Boolean
    
        /**
         * Invokes with Groovy semantics and [arguments].
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-application/src/main/java/org/gradle/jvm/application/tasks/CreateStartScripts.java

     * <p>
     * The default implementations used by this task use <a href="https://docs.groovy-lang.org/latest/html/documentation/template-engines.html#_simpletemplateengine">Groovy's SimpleTemplateEngine</a>
     * to parse the template, with the following variables available:
     *
     * <ul>
     * <li>{@code applicationName}</li>
     * <li>{@code optsEnvironmentVar}</li>
     * <li>{@code exitEnvironmentVar}</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top