-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use param in antrun to support build in windows #390
Conversation
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
=========================================
Coverage 62.55% 62.55%
Complexity 1866 1866
=========================================
Files 260 260
Lines 9405 9405
Branches 872 872
=========================================
Hits 5883 5883
Misses 3140 3140
Partials 382 382 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
rm -f ${project.basedir}/dist.sh | ||
echo -n "hugegraph-loader tar.gz available at: " | ||
echo "${project.basedir}/${final.name}.tar.gz" | ||
</echo> | ||
<exec executable="${shell-executable}" | ||
dir="${project.basedir}" failonerror="true"> | ||
<arg line="./dist.sh"/> | ||
</exec> | ||
</tasks> | ||
<target> | ||
<tar destfile="${project.basedir}/${final.name}.tar.gz" | ||
basedir="${project.basedir}" | ||
includes="${final.name}/**" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
old name is hugegraph-loader tar.gz
and the new pkg name is? final.name
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have fix all tools binary rename in pr #387
No description provided.