79527021

Date: 2025-03-22 06:14:49
Score: 1
Natty:
Report link

may be the generated Q-classes were being stored in an unexpected location or not accessible during your project's build process add this line

tasks.withType(JavaCompile) {
    options.annotationProcessorGeneratedSourcesDirectory = file("$buildDir/generated/sources/querydsl")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JZARGO