Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for versions_my (0.09 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/catalog/parser/TomlCatalogFileParser.java

        private static final String BUNDLES_KEY = "bundles";
        private static final String VERSIONS_KEY = "versions";
        private static final String PLUGINS_KEY = "plugins";
        private static final Set<String> TOP_LEVEL_ELEMENTS = ImmutableSet.of(
            METADATA_KEY,
            LIBRARIES_KEY,
            BUNDLES_KEY,
            VERSIONS_KEY,
            PLUGINS_KEY
        );
        private static final Set<String> PLUGIN_COORDINATES = ImmutableSet.of(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    ### Changelog
    
    #### 1.1
    
    - Adds support to _endorse strict versions_ defined in another module: `{ "group": "some.group", "module": "other-lib", "version": { "requires": "3.4" }, "endorseStrictVersions": "true"`
    - Adds `thirdPartyCompatibility` features for better compatibility with maven and ivy metadata
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_rules.adoc

    Here, we _manipulate the requested versions_ in order to select a different version when we find a rejected one.
    In other words, this is a _solution_ to rejected versions, while rich version constraints allow declaring the _intent_ (you should not use this version).
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 30.1K bytes
    - Viewed (0)
Back to top