We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b58f59 + ce2dfb1 commit 2fbc20fCopy full SHA for 2fbc20f
devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java
@@ -358,7 +358,7 @@ public void close() throws IOException {
358
final DevModeCommandLine runner = newLauncher(analyticsService);
359
String outputFile = System.getProperty(IO_QUARKUS_DEVMODE_ARGS);
360
if (outputFile == null) {
361
- getProject().getProviders().exec(action -> {
+ getProject().exec(action -> {
362
action.commandLine(runner.getArguments()).workingDir(getWorkingDirectory().get());
363
action.environment(getEnvVars());
364
action.setStandardInput(System.in)
0 commit comments