diff --git a/build.gradle b/build.gradle index 4425c8194c4..e6eb8dab56d 100644 --- a/build.gradle +++ b/build.gradle @@ -389,7 +389,7 @@ configure(project.fineractJavaProjects) { if (project.plugins.hasPlugin('org.springframework.boot')) { options.generatedSourceOutputDirectory = file("$buildDir/generated/sources/annotationProcessor/java/main") } - options.annotationProcessorGeneratedSourcesDirectory = file("$buildDir/generated/sources/annotationProcessor/java/main") + options.generatedSourceOutputDirectory = file("$buildDir/generated/sources/annotationProcessor/java/main") } apply plugin: 'eclipse'