Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LocationAwareException (0.16 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/DevelocityPluginEndOfBuildCallbackIntegrationTest.groovy

        }
    
        def "end of build listener is notified on failure"() {
            when:
            fails failingTaskName
    
            then:
            plugin.assertEndOfBuildWithFailure(output, "org.gradle.internal.exceptions.LocationAwareException: Build file")
    
            when:
            fails failingTaskName
    
            then:
            // Note: we test less of the exception here because it's different in a build where configuration came from cache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top