Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isIsolatedProjectsCompatible (0.25 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/core/BuildScanAutoApplyClasspathIntegrationTest.groovy

        abstract boolean isIsolatedProjectsCompatible()
    
        abstract BaseBuildScanPluginCheckInFixture getTransitivePluginFixture()
    
        abstract void assertNotAutoApplied(String output)
    
        static class DevelocityAutoApplyClasspathIntegrationTest extends BuildScanAutoApplyClasspathIntegrationTest {
    
            @Override
            boolean isIsolatedProjectsCompatible() {
                return false
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 18:43:04 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top