Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 291 for transitive1 (0.23 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_constraints.adoc

    [[sec:adding-constraints-transitive-deps]]
    == Adding constraints on transitive dependencies
    
    Dependency constraints allow you to define the version or the version range of both dependencies declared in the build script and transitive dependencies.
    It is the preferred method to express constraints that should be applied to all dependencies of a configuration.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts

     * of project dependencies. This optimizes module loading during runtime, as we will only load external
     * modules that are not loaded transitively by other project modules.
     *
     * We perform this filtering, since if we simply include all external dependencies, regardless of whether
     * they are already loaded transitively, there is a measurable performance impact during module-loading.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 01 08:59:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/attributes/Bundling.java

     *         Jar component:
     *         <ul>
     *             <li>{@code external} indicates that transitive dependencies are themselves component jars</li>
     *             <li>{@code embedded} indicates that transitive dependencies have been included inside the component jar, without modifying their packages</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 22 14:14:42 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/SelfResolvingDependency.java

         * only the self resolving dependencies of the project configuration which are no project dependencies are resolved. If transitive
         * is set to true, other project dependencies belonging to the configuration of the resolved project dependency are
         * resolved recursively.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoKotlinJvmPluginAggregationTest.groovy

                    }
                """
    
                file("transitive/build.gradle") << """
                    plugins {
                        id 'java-library'
                        id 'org.jetbrains.kotlin.jvm' version '$kotlinVersion'
                    }
                """
                file("transitive/src/main/java/transitive/Powerize.java").java """
                    package transitive;
    
                    public class Powerize {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/core/BuildScanAutoApplyClasspathIntegrationTest.groovy

                // Develocity plugin is auto-applied but the Gradle Enterprise plugin is a transitive dependency
                gradleEnterpriseFixture
            }
    
            @Override
            void assertNotAutoApplied(String output) {
                // Develocity plugin is applied neither as a transitive dependency, nor via auto-application mechanism as Gradle Enterprise plugin is present
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 18:43:04 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/projects/scope/transitive-default-dep.xml

    Benjamin Bentmann <******@****.***> 1256588160 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.7K bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/projects/scope/transitive-compile-dep.xml

    Benjamin Bentmann <******@****.***> 1256588160 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.7K bytes
    - Viewed (0)
  9. maven-compat/src/test/resources/projects/scope/transitive-test-dep.xml

    Benjamin Bentmann <******@****.***> 1256588160 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.6K bytes
    - Viewed (0)
  10. maven-compat/src/test/resources/projects/scope/transitive-provided-dep.xml

    Benjamin Bentmann <******@****.***> 1256588160 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.7K bytes
    - Viewed (0)
Back to top