Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldCheckForDeprecationWarnings (0.2 sec)

  1. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApiSpecification.groovy

                assert failureOutput.contains("CONFIGURE FAILED")
            } else {
                assert failureOutput.contains("BUILD FAILED")
            }
        }
    
        def shouldCheckForDeprecationWarnings() {
            // Older versions have deprecations
            GradleVersion.version("6.9") < targetVersion
        }
    
        private void assertHasNoUnexpectedDeprecationWarnings() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top