[removed]
12/16/2017, 11:38 PMgradle clean
...
gradle runBenchmark -PbenchmarkClassFqName=io.ktor.server.benchmarks.ValuesMapBenchmark
Error: Main method not found in class io.ktor.server.benchmarks.ValuesMapBenchmark, please define the main method as:
public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
Latest gradle (4.4), project is successfully built.
What am I doing wrong? Is it a some common problem, or my env failure and I should continue to dig deeper?