hrstoyanov / gradle-issue-28553

Repository from Github https://github.comhrstoyanov/gradle-issue-28553Repository from Github https://github.comhrstoyanov/gradle-issue-28553

Issue #28553

This project uses 2 annotation processor:

Run this, for example:

./gradlew assemble

What you will see is the Wrapper processor works, but the Entity Codegen does not get picked up by Gradle 8.7 - you can see the partially generated code in build/generated/sources/annotationProcessor

This seems like an issue with the anotation processor configurations and handling in Gradle 8.7 (and eralier)! These annotation processor are known to work with Maven and well documented.

About


Languages

Language:Java 96.5%Language:Smarty 3.5%