Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for org2 (0.14 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/IntersectionsTest.groovy

            groupSet("org", "org2", "org3")                                                                                | groupSet("org", "org3", "org4")                                                                                       | groupSet("org", "org3")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. platforms/software/plugins-version-catalog/src/integTest/groovy/org/gradle/catalog/VersionCatalogIntegrationTest.groovy

                }
    
                dependencies {
                    versionCatalog 'org1:foo:1.0'
                    versionCatalog 'org2:foo:1.0'
                }
            """
    
            when:
            fails ':generateCatalogAsToml'
    
            then:
            failure.assertHasCause "A dependency with alias 'foo' already exists for module 'org2:foo'. Please configure an explicit alias for this dependency."
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

                path 'json -> core'
                path 'xml:1.1 -> core:1.1'
                path 'json:1.1 -> core:1.1'
    
                path 'org2:xml:1.0 -> org2:core:1.0'
                path 'org2:json:1.0 -> org2:core:1.0'
                path 'org2:xml:1.1 -> org2:core:1.1'
                path 'org2:json:1.1 -> org2:core:1.1'
            }
    
            given:
            buildFile << """
                dependencies {
                    conf 'org:xml:1.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  4. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/catalog/expected7.toml

    #
    # This file has been generated by Gradle and is intended to be consumed by Gradle
    #
    [metadata]
    format.version = "1.1"
    
    [libraries]
    foo = {group = "org", name = "foo", version = "1.0" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 244 bytes
    - Viewed (0)
  5. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/catalog/expected4.toml

    #
    # This file has been generated by Gradle and is intended to be consumed by Gradle
    #
    [metadata]
    format.version = "1.1"
    
    [libraries]
    foo = {group = "org1", name = "foo", version = "1.0" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 245 bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

            anyOf(moduleId("org", "foo"), moduleId("org", "bar")) | ivy("org", "mod", artifact("mod"), "exact") | anyOf(moduleId("org", "foo"), module("bar"))                               | allOf(moduleIdSet(["org", "foo"], ["org", "bar"]), ivy("org", "mod", artifact("mod"), "exact"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationIntegrityCheckIntegTest.groovy

    import org.gradle.api.internal.artifacts.ivyservice.CacheLayout
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.integtests.fixtures.cache.CachingIntegrationFixture
    import org.gradle.test.fixtures.HttpModule
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import spock.lang.Issue
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:22 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/DefaultRepositoryContentDescriptorTest.groovy

            'GroupByRegex'      | '[org]+' | 'other'         | 'foo'  | '1.0'   | false
            'GroupAndSubgroups' | 'org'    | 'org'           | 'foo'  | '1.0'   | true
            'GroupAndSubgroups' | 'org'    | 'org.other'     | 'foo'  | '1.0'   | true
            'GroupAndSubgroups' | 'org'    | 'org1.other'    | 'foo'  | '1.0'   | false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  9. platforms/native/testing-native/src/main/resources/META-INF/gradle-plugins/org.gradle.cunit.properties

    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    #      http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 689 bytes
    - Viewed (0)
  10. subprojects/core/src/main/resources/META-INF/services/org.gradle.initialization.GradleApiSpecProvider

    #
    #      http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    #
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 14 17:47:31 UTC 2016
    - 656 bytes
    - Viewed (0)
Back to top