Skip to content

Commit

Permalink
chore: added missing 'user' schema target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Mar 5, 2024
1 parent 93a1465 commit 4d9679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AvroSchemaDownload.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ object AvroSchemaDownload extends AutoPlugin {
// must be constant values, because settingKeys are evaluated at project load time
Seq(
schemaTargetDirectory.value / "common",
schemaTargetDirectory.value / "user",
schemaTargetDirectory.value / "project"
),
Compile / sourceGenerators += Def
Expand Down Expand Up @@ -103,5 +104,4 @@ object AvroSchemaDownload extends AutoPlugin {

case _ => ()
}

}

0 comments on commit 4d9679f

Please sign in to comment.