Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest.groovy

        @Test
        @ToBeFixedForConfigurationCache
        void dslAllowsShortForms() {
            runEclipseTask '''
    apply plugin: 'java'
    apply plugin: 'eclipse'
    
    eclipse.classpath.downloadSources = false
    assert eclipse.classpath.downloadSources == false
    
    eclipse.classpath.file.withXml {}
    eclipse.classpath {
        file.withXml {}
    }
    eclipse {
        classpath.file.withXml {}
    }
    '''
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top