Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SomeDeprecatedType (0.28 sec)

  1. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/KotlinStandaloneScriptWarningsIntegrationTest.kt

            "w: ${clickableUrlFor(script)}:3:1: 'SomeDeprecatedType' is deprecated. BECAUSE"
    
        private
        fun ExecutionFailure.assertHasDetailedErrorOutput() =
            assertHasErrorOutput(
                """
                * What went wrong:
                Script compilation error:
    
                  Line 3: SomeDeprecatedType()
                          ^ 'SomeDeprecatedType' is deprecated. BECAUSE
    
                1 error
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top