Skip to content

Commit

Permalink
Merge pull request #8184 from dbalek/dbalek/micronaut-run-continuous
Browse files Browse the repository at this point in the history
Micronaut: Run in Continuous Mode should build/listen for changes in dependencies of the selected project
  • Loading branch information
dbalek authored Jan 27, 2025
2 parents ab20d9a + 5b7b10c commit e38f618
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<goals>
<goal>mn:run</goal>
</goals>
<reactor>am</reactor>
<properties>
<exec.vmArgs></exec.vmArgs>
<exec.args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec.args>
Expand All @@ -80,6 +81,7 @@
<goals>
<goal>mn:run</goal>
</goals>
<reactor>am</reactor>
<properties>
<exec.vmArgs></exec.vmArgs>
<exec.args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec.args>
Expand Down

0 comments on commit e38f618

Please sign in to comment.