Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withoutBuildOperationTracing (0.21 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/SmokeTestGradleRunner.groovy

        SmokeTestGradleRunner withBuildOperationTracing(String buildOperationTracePath) {
            this.buildOperationTracePath = buildOperationTracePath
            return this
        }
    
        SmokeTestGradleRunner withoutBuildOperationTracing() {
            buildOperationTracePath = null
            return this
        }
    
        /**
         * Expect a deprecation warning to appear when {@link #build()} or {@link #buildAndFail()} is called.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top