You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The addExtension gradle task does not honor kotlin DSL build files and creates instead empty groovy DSL build configuration files: build.gradle and settings.gradle.
Expected behavior
Adding an extension should create a new entry in the dependencies block of the existing build.gradle.kts file.
Actual behavior
Nothing is added to build.gradle.kts, but instead build.gradle and settings.gradle files are created.
**Environment (please complete the following information):**
- Output of `uname -a` or `ver`: Linux voyager 5.4.0-arch1-1 #1 SMP PREEMPT Mon, 25 Nov 2019 22:31:57 +0000 x86_64 GNU/Linux
- Output of `java -version`:
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (build 1.8.0_232-20191008104205.buildslave.jdk8u-src-tar--b07)
OpenJDK 64-Bit GraalVM CE 19.3.0 (build 25.232-b07-jvmci-19.3-b05, mixed mode)
- GraalVM version (if different from Java):
- Quarkus version or git rev: 1.0.0.Final
The text was updated successfully, but these errors were encountered:
Describe the bug
The
addExtension
gradle task does not honor kotlin DSL build files and creates instead empty groovy DSL build configuration files:build.gradle
andsettings.gradle
.Expected behavior
Adding an extension should create a new entry in the dependencies block of the existing
build.gradle.kts
file.Actual behavior
Nothing is added to
build.gradle.kts
, but insteadbuild.gradle
andsettings.gradle
files are created.To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: