Skip to content

Commit

Permalink
Fix debugHost for Gradle's QuarkusDev
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 24, 2020
1 parent f57828d commit 10833c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private QuarkusDevModeLauncher newLauncher() throws Exception {
.buildDir(getBuildDir())
.outputDir(getBuildDir())
.debug(System.getProperty("debug"))
.debug(System.getProperty("debugHost"))
.debugHost(System.getProperty("debugHost"))
.suspend(System.getProperty("suspend"));

if (getJvmArgs() != null) {
Expand Down

0 comments on commit 10833c1

Please sign in to comment.