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.
1 parent 388cdf9 commit 999a9b1Copy full SHA for 999a9b1
devtools/cli/src/main/java/io/quarkus/cli/Run.java
@@ -9,7 +9,7 @@
9
public class Run extends BuildToolDelegatingCommand {
10
11
private static final Map<BuildTool, String> ACTION_MAPPING = Map.of(BuildTool.MAVEN, "quarkus:run",
12
- BuildTool.GRADLE, "run");
+ BuildTool.GRADLE, "quarkusRun");
13
14
@CommandLine.Option(names = { "--target" }, description = "Run target.")
15
String target;
0 commit comments