Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for versionCatalogFile (0.26 sec)

  1. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/VersionCatalogGeneratorTest.groovy

        def "generates empty gradle/libs.versions.toml file for empty registry"() {
            when:
            versionCatalogGenerator.generate(buildContentGenerationContext, true)
    
            then:
            versionCatalogFile.file
            versionCatalogFile.text == toPlatformLineSeparators(COMMON_START)
        }
    
        def "generates version and library based on module"() {
            setup:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 5K bytes
    - Viewed (0)
  2. platforms/software/plugins-version-catalog/src/integTest/groovy/org/gradle/catalog/VersionCatalogPluginApplicationIntegrationTest.groovy

            pluginBuilder.publishAs("org.example.plugin:plugin:1.0.0", mavenRepo, executer)
        }
    
        def "can apply a plugin by id and version using version catalog"() {
            given:
            versionCatalogFile """
            [plugins]
            orgExample = "org.example.plugin:1.0.0"
            """
            settingsFile """
                pluginManagement {
                    repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:22 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top