camunda-formio-plugin
camunda-formio-plugin copied to clipboard
Error while running springboot: please define the main method as: public static void main(String[] args)
I don't know if this is due to something specific to my environment, but I had to add "Kt" to the end of the mainClassName value to make it possible to run through "gradlew :springBoot:run".
https://github.com/StephenOTT/camunda-formio-plugin/blob/4d92358275416311bdef3636878d65b11cc2d960/springboot/build.gradle.kts#L44
Thanks. Yes that's a update we can make