Trying to use Chronicle Wire on a gradle project (JDK 17 , Correto, Intellij), and I'm getting:
Chronicle products require command line arguments to be provided for Java 11 and above.
Followed the instructions on https://github.com/OpenHFT/OpenHFT/blob/ea/docs/Java-Version-Support.adoc
I tried to add the command line parameters both on the run configuration and in gradle.properties but I still keep getting the same error. Any guidance on where to add these parameters?