.env file is not recognized while using gradle gradlew quarkusDev
#9752
Labels
kind/bug
Something isn't working
Milestone
Describe the bug
.env file is not recognized while using gradle
./gradlew quarkusDev
.However,
./mvnw quarkus:dev
is running without any issues. It is generating.env
symlink under/target
directory.Expected behavior
Application should start without any issues.
Actual behavior
To Reproduce
Steps to reproduce the behavior:
gradlew quarkusDev
-> results in startup exceptionsConfiguration
application.properties
:.env
:MESSAGE=hello
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
:Microsoft Windows [Version 10.0.18363.720]
java -version
:NA
1.4.2
mvnw --version
orgradlew --version
):Additional context
Feature was added in #7519.
Related issue: #8297
The text was updated successfully, but these errors were encountered: