Skip to content

Commit

Permalink
ci: exclude demo jar from assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Dec 28, 2023
1 parent 460de96 commit 5aa7fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<include>*.pdf</include>
</includes>
<excludes>
<exclude>*-tests.jar</exclude>
<exclude>*-demo.jar</exclude>
</excludes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit 5aa7fda

Please sign in to comment.