Hi,
I would like to generate a jar file from a Gatling Simulation project based on: Gradle (Groovy) - Java
I think the first step is to generate a java main method where any simulation can be passed as an argument (optional), then build the project to generate the *.jar file, so I can run the Gatling Simulation like:
java -jar main_java_class.jar
Thanks for the examples/guidance