Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowsConfiguringEclipseProject (0.2 sec)

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

    class EclipseProjectIntegrationTest extends AbstractEclipseIntegrationSpec {
    
        def setup(){
            settingsFile.text = "rootProject.name = 'root'"
        }
    
        @ToBeFixedForConfigurationCache
        void allowsConfiguringEclipseProject() {
            given:
            buildScript """
    apply plugin: 'java'
    apply plugin: 'eclipse'
    
    eclipse {
      project {
        name = 'someBetterName'
        comment = 'a test project'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top