Skip to content

Commit

Permalink
Fix unshaded .proto with #733
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dseweryn committed Dec 13, 2024
1 parent 6206285 commit f75f737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,9 @@
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
<exclude>iceberg-build.properties</exclude>
<exclude>google/protobuf/**/*.proto</exclude>
<exclude>google/**/**/*.proto</exclude>
<exclude>grpc/**/**/*.proto</exclude>
<exclude>opencensus/proto/**/v1/*.proto</exclude>
<exclude>THIRD-PARTY.txt</exclude>
</excludes>
</filter>
Expand Down

0 comments on commit f75f737

Please sign in to comment.