Skip to content

Commit

Permalink
fix: solve antrun plugin bug (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle-yuan authored Dec 2, 2022
1 parent 2251adf commit d01c873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugegraph-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<target>
<tar destfile="${top.level.dir}/${final.name}.tar.gz"
basedir="${top.level.dir}"
includes="${final.name}/*"
includes="${final.name}/**"
compression="gzip"/>
</target>
</configuration>
Expand Down

0 comments on commit d01c873

Please sign in to comment.