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
We use this, so that the configuration config/application.properies is found and loaded for dev-mode. Since 1.10.x this isn't working anymore and it tries to load the config \build\classes\java\main\config\application.properties like when the workingDir is not set.
Expected behavior
It should load the configuration from the workingDir/config/application.properties
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
1.10.1
Build tool (ie. output of mvnw --version or gradlew --version)
gradle 7.4.2
Additional information
No response
The text was updated successfully, but these errors were encountered:
Am 09.07.2022 um 15:00 schrieb Guillaume Le Floch ***@***.***>:
@joggeli34 do you mean version 1.10.x or 2.10.x ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
Describe the bug
We set the workingDir in gradle like the following:
We use this, so that the configuration
config/application.properies
is found and loaded for dev-mode. Since 1.10.x this isn't working anymore and it tries to load the config\build\classes\java\main\config\application.properties
like when the workingDir is not set.Expected behavior
It should load the configuration from the
workingDir/config/application.properties
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
1.10.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 7.4.2
Additional information
No response
The text was updated successfully, but these errors were encountered: