-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Describe the bug
When running tests it seems like the Quarkus Classloader does not include build/resources/test/ in the classpath but it does include
build/classes/java/test/
build/classes/java/main/
build/resources/main/
Expected behavior
Expected behaviour would be to include build/resources/test/ when running unit tests
Actual behavior
See above
To Reproduce
Steps to reproduce the behavior:
- Setup a project with a properties file in test/resources
- Try running a unit test that uses that properties file
Environment (please complete the following information):
- Output of
uname -aorver: 19.4.0 Darwin Kernel Version 19.4.0 - Output of
java -version: OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode) - GraalVM version (if different from Java):
- Quarkus version or git rev: 1.4.2.FINAL
- Build tool (ie. output of
mvnw --versionorgradlew --version): Gradle 6.4