Skip to content

Commit 10b6f9e

Browse files
authored
ci: exclude demo jar from assembly
1 parent ef0dcee commit 10b6f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly/assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<include>*.pdf</include>
2929
</includes>
3030
<excludes>
31-
<exclude>*-tests.jar</exclude>
31+
<exclude>*-demo.jar</exclude>
3232
</excludes>
3333
</fileSet>
3434
</fileSets>

0 commit comments

Comments
 (0)