Skip to content

Commit

Permalink
Added missing assemble for JRE jar
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jun 9, 2023
1 parent dcb392e commit 8972b62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions maven/jre/assembly.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>jszip</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>../../bazel-bin/jre/java/jre.js</directory>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 8972b62

Please sign in to comment.