You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new option to allow full delegation of IntelliJ tests to Gradle (#126772) (#129620)
* Add new option to allow full delegation of tests to gradle in IntelliJ plus docs
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
Fix typo in settings file name in docs
---------
Co-authored-by: Rene Groeschke <[email protected]>
|`org.elasticsearch.idea-configuration-cache`| Should IntelliJ enable the Gradle Configuration cache to speed up builds when generating run configs |*`true`, `false`|
217
+
|`org.elasticsearch.idea-delegate-to-gradle`| Should IntelliJ use Gradle for all generated run / test configs or prompt each time |`true`, *`false`|
218
+
219
+
These options can be set anywhere on the Gradle config path including in `~/.gradle/gradle.properties`
220
+
209
221
### REST endpoint conventions
210
222
211
223
Elasticsearch typically uses singular nouns rather than plurals in URLs.
0 commit comments