chore: update antrun plugin & fix building problem in windows by seagle-yuan · Pull Request #2038 · apache/hugegraph

@seagle-yuan

update antrun plugin & fix windows os

@codecov

@seagle-yuan

imbajin

@imbajin imbajin changed the title update antrun plugin & fix windows os chore: update antrun plugin & fix building problem in windows

Nov 29, 2022

javeme

</exec>
</tasks>
<target>
<tar destfile="${top.level.dir}/${final.name}.tar.gz" basedir="${top.level.dir}" includes="${final.name}/*" compression="gzip"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can wrap line for every property?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like this
image

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

imbajin

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it compatible in macOS & win & linux?

which OS env do u test already?

zyxxoo