Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GradleSettings (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

        doLast {
          modifyXml('.idea/gradle.xml') { xml ->
            def gradleSettings = xml.component.find { it.'@name' == 'GradleSettings' }.option[0].GradleProjectSettings
            // Remove configured JVM option to force IntelliJ to use the project JDK for Gradle
            gradleSettings.option.findAll { it.'@name' == 'gradleJvm' }.each { it.parent().remove(it) }
          }
        }
      }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
Back to Top