Skip to content

Commit

Permalink
Merge pull request #30758 from quarkusio/revert-29250-issue-28443
Browse files Browse the repository at this point in the history
Revert "Pass quarkus args to dev mode gradle task"
  • Loading branch information
gsmet authored Feb 1, 2023
2 parents 247fcb5 + 86e1edd commit 78acdc6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ 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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 78acdc6

Please sign in to comment.