Skip to content

Instantly share code, notes, and snippets.

@petershin
Created April 6, 2018 21:58
Show Gist options
  • Save petershin/2dccddd86fbce834e9a265b7feb3086e to your computer and use it in GitHub Desktop.
Save petershin/2dccddd86fbce834e9a265b7feb3086e to your computer and use it in GitHub Desktop.
<setup-libs />
<setup-sdk />
<gradle-execute dir="modules/core" task="deploy">
<arg value="--parallel" />
<arg value="-Dbuild.profile=portal-pre" />
<arg value="-Pforced.deploy.dir=${project.dir}/tmp/lib-pre" />
</gradle-execute>
<ant dir="portal-kernel" inheritAll="false" target="install-portal-snapshot" />
<gradle-execute dir="modules/apps" task="deploy">
<arg value="--parallel" />
<arg value="-Dbuild.profile=portal-pre" />
<arg value="-Pforced.deploy.dir=${project.dir}/tmp/lib-pre" />
</gradle-execute>
<parallel failonany="true" threadcount="${parallel.thread.count}">
<ant dir="util-bridges" inheritAll="false" target="compile" />
<sequential>
<ant dir="util-java" inheritAll="false" target="compile" />
<ant dir="util-taglib" inheritAll="false" target="compile" />
</sequential>
<ant dir="util-slf4j" inheritAll="false" target="compile" />
</parallel>
<ant dir="portal-impl" inheritAll="false" target="install-portal-snapshot" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment