Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for argumentValue (0.1 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r31/ToolingApiEclipseModelCrossVersionSpec.groovy

                apply plugin: 'eclipse'
                eclipse {
                    project {
                        name = "\${'root'}"
                        buildCommand 'buildCommandWithArguments', argumentKey: "\${'argumentValue'}"
                    }
                }
            """
            settingsFile << "rootProject.name = 'root'"
    
            when:
            EclipseProject rootProject = loadToolingModel(EclipseProject)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top