Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for caughtGradleConnectionException (0.36 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r82/CustomToolingModelCrossVersionSpec.groovy

            when:
            withConnection { connection ->
                fetchCustomModelsWithRestrictedMemoryAction(connection)
            }
    
            then:
            thrown(GradleConnectionException)
            caughtGradleConnectionException.cause.cause instanceof OutOfMemoryError
        }
    
        @ToolingApiVersion(">=8.2")
        def "can free memory when executing a build action"() {
            when:
            withConnection { connection ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top