mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Document work-around for jar hell in idea_rt.jar file (#24523)
This commit is contained in:
parent
f41ddb3607
commit
7e437f2366
@ -101,7 +101,11 @@ IntelliJ users can automatically configure their IDE: `gradle idea`
|
||||
then `File->New Project From Existing Sources`. Point to the root of
|
||||
the source directory, select
|
||||
`Import project from external model->Gradle`, enable
|
||||
`Use auto-import`.
|
||||
`Use auto-import`. Additionally, in order to run tests directly from
|
||||
IDEA 2017.1 and above it is required to disable IDEA run launcher,
|
||||
which can be achieved by adding `-Didea.no.launcher=true`
|
||||
[JVM option](https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties)
|
||||
|
||||
|
||||
The Elasticsearch codebase makes heavy use of Java `assert`s and the
|
||||
test runner requires that assertions be enabled within the JVM. This
|
||||
|
Loading…
x
Reference in New Issue
Block a user