Skip to content

Commit

Permalink
add missing avro template dir to fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Oct 4, 2024
1 parent 1dddec9 commit 997883c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fineract-avro-schemas/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ tasks.register<com.github.davidmc24.gradle.plugin.avro.GenerateAvroJavaTask>("ge
setOutputDir(file(avroGeneratedSourcesDir))
}

avro {
templateDirectory = "$projectDir/src/main/resources/avro-generator-templates/"
}

sourceSets {
main {
java.srcDir(avroGeneratedSourcesDir)
Expand Down

0 comments on commit 997883c

Please sign in to comment.