QuarkusDev terminal mode (:) is not working with gradle #35495
Description
Describe the bug
Working with Quarkus 3.2.4 using gradle 8.2.1 the devMode seems not to support the terminal mode (started pressing ":").
I experienced this under windows but it also seems the case under Linux.
See: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/QuarkusDev.20terminal.20mode.20.28.3A.29.20with.20gradle
(I specially want to use the terminal mode to define (one character) aliasses to run certain test suites)
I created an example project by:
mvn io.quarkus.platform:quarkus-maven-plugin:3.2.4.Final:create -DprojectGroupId=test -DprojectArtifactId=test -Dextensions="resteasy-reactive,resteasy-reactive-jackson" -DbuildTool=gradle
Then I started the DevMode using gradle:
./gradlew quarkusDev
Pressing "h" (followed by Enter) lists the available commands
and the ":" even does not appear in the output.
Press ":" (followed by Enter) does not work either.
Expected behavior
Terminal mode should also be available using gradle.
Actual behavior
Terminal is not available using gradle.
How to Reproduce?
I created an example project by:
mvn io.quarkus.platform:quarkus-maven-plugin:3.2.4.Final:create -DprojectGroupId=test -DprojectArtifactId=test -Dextensions="resteasy-reactive,resteasy-reactive-jackson" -DbuildTool=gradle
Then I started the DevMode using gradle:
./gradlew quarkusDev
Output of uname -a
or ver
No response
Output of java -version
openjdk version "17.0.6" 2023-01-17 OpenJDK Runtime Environment Temurin-17.0.6+10 (build 17.0.6+10) OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (build 17.0.6+10, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.4
Build tool (ie. output of mvnw --version
or gradlew --version
)
Gradle 8.2.1
Additional information
See Zulip-Chat: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/QuarkusDev.20terminal.20mode.20.28.3A.29.20with.20gradle
Activity