Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. maven-slf4j-provider/src/main/resources/META-INF/services/org.slf4j.spi.SLF4JServiceProvider

    org.apache.maven.slf4j.MavenServiceProvider...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 06:36:58 UTC 2024
    - 43 bytes
    - Viewed (0)
  7. platforms/ide/ide-native/src/main/resources/META-INF/gradle-plugins/org.gradle.xcode.properties

    implementation-class=org.gradle.ide.xcode.plugins.XcodePlugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 62 bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/src/main/resources/META-INF/gradle-plugins/org.gradle.idea.properties

    implementation-class=org.gradle.plugins.ide.idea.IdeaPlugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 60 bytes
    - Viewed (0)
  9. platforms/jvm/code-quality/src/main/resources/META-INF/gradle-plugins/org.gradle.codenarc.properties

    implementation-class=org.gradle.api.plugins.quality.CodeNarcPlugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 67 bytes
    - Viewed (0)
  10. platforms/jvm/code-quality/src/main/resources/META-INF/gradle-plugins/org.gradle.pmd.properties

    implementation-class=org.gradle.api.plugins.quality.PmdPlugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 62 bytes
    - Viewed (0)
Back to top