Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • gradle supports continous build mode with -t parameter to the gradle launcher
  • maven is extended by micronaut plugin and goal mn:run to do the same

Run in Dev mode, Debug normally

There is a UI-less way to enable support for mn:run when executing Run (Single) action and leaving behavior of Debug (Single) untouched. If we provide good enough extension API, then the Micronaut support module may remap the Run from exec:exec to mn:run for all pom.xml  file that contain micronaut-maven-plugin .

Using project Configurations

...