Skip to content

Commit

Permalink
fix hydrator-plugins build to include submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Jan 27, 2025
1 parent 8ef7236 commit d3de714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
submodules: recursive
- name: Cache
uses: actions/cache@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<module>solrsearch-plugins</module>
<module>spark-plugins</module>
<module>transform-plugins</module>
<module>google-cloud</module>
<module>amazon-s3-plugins</module>
<module>azure</module>
<module>wrangler-transform</module>
<module>condition-plugins</module>
</modules>

<licenses>
Expand Down

0 comments on commit d3de714

Please sign in to comment.