Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertWorks (0.33 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r33/IncompatibilityCrossVersionSpec.groovy

            expect:
            buildPluginWith("3.0")
            assertWorks()
        }
    
        // Gradle 3.2 and 3.2.1 leaked internal types that fail when used with
        // newer versions of Gradle.
        @Ignore
        @TargetGradleVersion(">=3.3")
        def "can use plugin built with Gradle 3.2.1 with"() {
            expect:
            buildPluginWith("3.2.1")
            assertWorks()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top