Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrapMap (0.07 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/internal/WrapperPluginAutoApplyActionIntegTest.groovy

        }
    
        def "can use camel-case for dynamically applied wrapper plugin "() {
            when:
            run taskName
            then:
            wrapper.generated()
            where:
            taskName << ["wrapp"]//, "wrap", "w"]
        }
    
        def "wrapper plugin not applied on subprojects"() {
            setup:
            settingsFile << "include 'moduleA'"
            TestFile subprojectsDir = file("moduleA").createDir()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top