Skip to content

Commit

Permalink
fix: pass quarkus args to dev mode gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta authored and glefloch committed Nov 14, 2022
1 parent 402107d commit 850cb1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ private QuarkusDevModeLauncher newLauncher() throws Exception {
.debug(System.getProperty("debug"))
.debugHost(System.getProperty("debugHost"))
.debugPort(System.getProperty("debugPort"))
.applicationArgs(System.getProperty("quarkus.args"))
.suspend(System.getProperty("suspend"));
if (System.getProperty(IO_QUARKUS_DEVMODE_ARGS) == null) {
builder.jvmArgs("-Dquarkus.test.basic-console=true")
Expand Down

0 comments on commit 850cb1f

Please sign in to comment.