After upgrade to 2.0.1 Gradle is no longer finding generated sources #18541
Labels
area/gradle
Gradle
kind/bug
Something isn't working
triage/needs-reproducer
We are waiting for a reproducer.
Describe the bug
Exact same annotation processors, Gradle version, etc. works with 1.13.7.Final; however, on upgrade to 2.0.0.Final or 2.0.1.Final, I get hundreds of errors caused by not finding generated classes.
Expected behavior
All sources in
build/generated/sources/annotationProcessor/java/main
are seen during compilation.Actual behavior
Sources in directory above are not found creating many
cannot find symbol
errors.To Reproduce
I need to create a reproducer with a much smaller annotation processor library.
Steps to reproduce the behavior:
1.
2.
3.
Configuration
# Add your application.properties here, if applicable.
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Output of
uname -a
orver
Output of
java -version
GraalVM version (if different from Java)
Quarkus version or git rev
2.0.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: