We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--java 11 --gradle-kotlin-dsl
quarkus create app --java 11 --gradle-kotlin-dsl creates Kotlin project instead of java one:
quarkus create app --java 11 --gradle-kotlin-dsl
plugins { kotlin("jvm") version "1.6.10" kotlin("plugin.allopen") version "1.6.10" id("io.quarkus") }
Gradle scripts use Kotlin DSL but java project.
Gradle scripts use Kotlin DSL with kotlin project.
Run quarkus create app --java 11 --gradle-kotlin-dsl
uname -a
ver
Linux unterwelt 5.17.1-arch1-1 #1 SMP PREEMPT Mon, 28 Mar 2022 20:55:33 +0000 x86_64 GNU/Linux
java -version
OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode, sharing)
N/A
2.8.0.Final
mvnw --version
gradlew --version
No response
The text was updated successfully, but these errors were encountered:
/cc @ebullient, @evanchooly, @glefloch, @maxandersen, @quarkusio/devtools
Sorry, something went wrong.
glefloch
Successfully merging a pull request may close this issue.
Describe the bug
quarkus create app --java 11 --gradle-kotlin-dsl
creates Kotlin project instead of java one:Expected behavior
Gradle scripts use Kotlin DSL but java project.
Actual behavior
Gradle scripts use Kotlin DSL with kotlin project.
How to Reproduce?
Run
quarkus create app --java 11 --gradle-kotlin-dsl
Output of
uname -a
orver
Linux unterwelt 5.17.1-arch1-1 #1 SMP PREEMPT Mon, 28 Mar 2022 20:55:33 +0000 x86_64 GNU/Linux
Output of
java -version
OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode, sharing)
GraalVM version (if different from Java)
N/A
Quarkus version or git rev
2.8.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)N/A
Additional information
No response
The text was updated successfully, but these errors were encountered: