Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
    
        private void withAgentEnabledInProperties() {
            withAgentStatusInProperties(true)
        }
    
        private void withAgentDisabledInProperties() {
            withAgentStatusInProperties(false)
        }
    
        private void withAgentStatusInProperties(boolean shouldApply) {
            file("gradle.properties") << "org.gradle.internal.instrumentation.agent=$shouldApply"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top