Skip to content

Commit

Permalink
build: Fixes #55 by excluding demos from build artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Nov 12, 2022
1 parent c20785e commit 56ab0a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<excludes>
<exclude>**/demos/</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 56ab0a1

Please sign in to comment.