-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area/buildarea/gradleGradleGradlekind/bugSomething isn't workingSomething isn't workingtriage/duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
The changes made to fix #1532 still hardcodes a single default location for the classes.
This location is incorrect if Kotlin is used.
And if both Java and Kotlin are used, Gradle will store classes in two separate directories, not just one.
I don't know why the locations need to be verified that way because I have no idea of what Quarkus needs to do with these classes, but apparently:
- given that these locations are hardcoded that way, you can't run tests from the IDE (since it stores classes in a different directory than Gradle/Maven)
- you can't use any other language than Java (and Kotlin if fixed for Kotlin)
- you can't have classes and test classes in separate Gradle/Maven projects/modules
BiggA94, jkopcsek, dzwicker, florian-bellotti, djajcevic and 1 morex80486x80486
Metadata
Metadata
Assignees
Labels
area/buildarea/gradleGradleGradlekind/bugSomething isn't workingSomething isn't workingtriage/duplicateThis issue or pull request already existsThis issue or pull request already exists