Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyPluginUnqualified (0.6 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/WellBehavedPluginTest.groovy

            "CppApplicationPluginIntegrationTest",
            "XcodePluginIntegrationTest",
            "IdeaPluginGoodBehaviourTest"
        ])
        void "can apply plugin unqualified"() {
            given:
            applyPluginUnqualified()
    
            expect:
            succeeds mainTask
        }
    
        def "plugin does not force creation of build dir during configuration"() {
            given:
            applyPlugin()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top