Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 200 for JARs (0.1 sec)

  1. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r60/AbstractKotlinDslScriptsModelCrossVersionSpec.groovy

            assertIncludes(settingsClassPath, spec.jars.settings)
            assertExcludes(settingsClassPath, spec.jars.root, spec.jars.a, spec.jars.b)
    
            def rootClassPath = canonicalClasspathOf(model, spec.scripts.root)
            assertContainsBuildSrc(rootClassPath)
            assertIncludes(rootClassPath, spec.jars.root)
            assertExcludes(rootClassPath, spec.jars.a, spec.jars.b)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/codegen/ApiTypeProviderTest.kt

        fun `provides a source code generation oriented model over a classpath`() {
    
            val jars = listOf(
                withClassJar(
                    "some.jar",
                    Plugin::class.java,
                    PluginCollection::class.java,
                    ObjectFactory::class.java
                )
            )
    
            apiTypeProviderFor(jars).use { api ->
    
                assertThat(api.typeOrNull<Test>(), nullValue())
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/impldeps/ResolvedGeneratedJarsIntegrationTest.groovy

        def "generated jars (api & test-kit) are valid archives"() {
            setup:
            productionCode()
            testCode()
    
            def version = distribution.version.version
            def generatedJars = [
                'gradle-api',
                'gradle-test-kit'
            ].collect { file("user-home/caches/$version/generated-gradle-jars/${it}-${version}.jar" )}
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. testing/distributions-integ-tests/src/integTest/groovy/org/gradle/DistributionIntegritySpec.groovy

         * This test is not perfect, but it should catch most of the problems.
         */
        @Issue(['https://github.com/gradle/gradle/issues/9990', 'https://github.com/gradle/gradle/issues/10038'])
        def "validate dependency archives"() {
            when:
            def jars = collectJars(unpackDistribution())
            then:
            jars != []
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/PluginIdExtensions.kt

            }
        }
    }
    
    
    private
    fun pluginIdExtensionDeclarationsFor(
        jars: Iterable<File>,
        pluginDependenciesSpecQualifiedName: String,
        pluginDependencySpecQualifiedName: String,
    ): Sequence<String> {
        return pluginExtensionsFrom(jars)
            .map { (memberName, pluginId, implementationClass) ->
                """
                /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Nov 12 16:16:07 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/platform/JUnitPlatformEnvironmentIntegrationTest.groovy

                ));
                assertTrue(jars.containsAll(jarSet));
                jars.removeAll(jarSet);
    
                // The distribtuion-loaded jars can vary in version, since the GE test acceleration
                // plugins inject their own versions of these libraries during integration tests.
                // See: https://github.com/gradle/gradle/pull/21494
                assertEquals(jars.size(), 3);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  7. apache-maven/src/assembly/maven/lib/ext/hazelcast/README.txt

    This directory is intended to contain Hazelcast [1] JARs for Maven Resolver Named Locks using Hazelcast.
    
    See here [2] on how to add necessary JARs.
    
    [1] https://github.com/hazelcast/hazelcast
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Aug 23 19:41:57 UTC 2022
    - 300 bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/cache/internal/GeneratedGradleJarCache.java

    import org.gradle.api.Action;
    
    import java.io.File;
    
    /**
     * Cache for generated jars such as {@code gradle-api-${version}.jar} and {@code gradle-test-kit-${version}.jar}.
     */
    public interface GeneratedGradleJarCache {
    
        String CACHE_KEY = "generated-gradle-jars";
    
        String CACHE_DISPLAY_NAME = "Generated Gradle JARs cache";
    
        /**
         * Returns the generated jar uniquely identified by {@code identifier}.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:49 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. apache-maven/src/assembly/maven/lib/ext/redisson/README.txt

    This directory is intended to contain Redisson [1] JARs for Maven Resolver Named Locks using Redisson.
    
    See here [2] on how to add necessary JARs.
    
    [1] https://github.com/redisson/redisson
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Aug 23 19:41:57 UTC 2022
    - 295 bytes
    - Viewed (0)
  10. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classpath/ClassPath.java

        boolean isEmpty();
    
        /**
         * Returns the list of URIs of the classpath entries (JARs or class directories) that this classpath consists of. The order is the classpath search order.
         *
         * @return the list of URIs of the classpath entries
         */
        List<URI> getAsURIs();
    
        /**
         * Returns the list of the classpath entries (JARs or class directories) that this classpath consists of. The order is the classpath search order.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top