Skip to content

Commit

Permalink
add docker-compose docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Dec 19, 2022
1 parent 848fac8 commit 65f7804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-events/mxe-schemas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
}

task copyMetadataModels(type: Copy) {
from("../../metadata-models/src/main/pegasus/")
into file("src/main/pegasus")
from("../../metadata-models/src/main/")
into "src/"
}

generateAvroSchema.dependsOn copyMetadataModels
Expand Down

0 comments on commit 65f7804

Please sign in to comment.