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 a60a304 commit ed5e10cCopy full SHA for ed5e10c
devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -1,8 +1,6 @@
1
package io.quarkus.maven;
2
3
import static io.quarkus.analytics.dto.segment.TrackEventType.DEV_MODE;
4
-import static io.quarkus.maven.QuarkusBootstrapMojo.CLOSE_BOOTSTRAPPED_APP_PARAM;
5
-import static io.quarkus.maven.QuarkusBootstrapMojo.MODE_PARAM;
6
import static io.smallrye.common.expression.Expression.Flag.LENIENT_SYNTAX;
7
import static io.smallrye.common.expression.Expression.Flag.NO_TRIM;
8
import static java.util.Collections.emptyMap;
0 commit comments