remove recommended junit intellij setting change (#28274)
The "Shorten Command Line" setting in Intellij's JUnit test configuration was recommended to change to `classpath file`. This setting has been causing issues with JDK9 where some modules were not being found at runtime. This PR removes the recommendation to change this setting and instead asks that users verify that it is set to `user-local default:none`.
This commit is contained in:
parent
1335232e6b
commit
c122a6d4a0
|
@ -126,8 +126,8 @@ Alternatively, `idea.no.launcher=true` can be set in the
|
|||
[`idea.properties`](https://www.jetbrains.com/help/idea/file-idea-properties.html)
|
||||
file which can be accessed under Help > Edit Custom Properties (this will require a
|
||||
restart of IDEA). For IDEA 2017.3 and above, in addition to the JVM option, you will need to go to
|
||||
`Run->Edit Configurations->...->Defaults->JUnit` and change the value for the `Shorten command line` setting from
|
||||
`user-local default: none` to `classpath file`. You may also need to [remove `ant-javafx.jar` from your
|
||||
`Run->Edit Configurations->...->Defaults->JUnit` and verify that the `Shorten command line` setting is set to
|
||||
`user-local default: none`. You may also need to [remove `ant-javafx.jar` from your
|
||||
classpath](https://github.com/elastic/elasticsearch/issues/14348) if that is
|
||||
reported as a source of jar hell.
|
||||
|
||||
|
|
Loading…
Reference in New Issue