OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
13 stars 26 forks source link

Invalid gradle test param example in hover for start parameters #997

Closed JoshwinThomasIBM closed 1 month ago

JoshwinThomasIBM commented 1 month ago

An invalid example is provided in hover for start parameters in edit configurations The active message on hover for start parameters is as below

image

when tried with --hotTests=true the build is getting failed , please see below

image

The correct command is --hotTests

Also for maven both -DhotTests=true and -DhotTests both seems to work