Skip to content

Commit

Permalink
fix options.generatedSourceOutputDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Jan 6, 2025
1 parent bde052d commit c11f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c11f367

Please sign in to comment.