Skip to content

Commit

Permalink
Fix build to jar properly
Browse files Browse the repository at this point in the history
  • Loading branch information
liefeld committed Jul 20, 2023
1 parent d06740a commit 2101e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<fileset dir="." includes="manifest, paramgroups.json, LICENSE, Dockerfile"/>
<fileset dir="." includes="*.sh"/>
<fileset dir="." includes="*.html"/>
<fileset dir="." includes="*.R"/>
<fileset dir="src" includes="*.R"/>
</zip>
<antcall target="postzip"/>
</target>
Expand Down

0 comments on commit 2101e2d

Please sign in to comment.