Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pluginNotApplied (2.26 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/core/BuildScanAutoApplyIntegrationTest.groovy

            pluginAppliedOnce()
        }
    
        def "does not automatically apply plugin when --scan is not provided on command-line"() {
            when:
            runBuildWithoutScanRequest()
    
            then:
            pluginNotApplied()
        }
    
        def "does not automatically apply plugin to subprojects"() {
            when:
            createDirs("a", "b")
            settingsFile << """
                include 'a', 'b'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 08:50:27 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top