We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca324 commit d637237Copy full SHA for d637237
build.xml
@@ -123,7 +123,7 @@
123
124
<target name="resolve" depends="init-ivy">
125
<ivy:retrieve type="jar,bundle" sync="true" haltonfailure="false" />
126
- <!--ivy:retrieve pattern="lib/[artifact]-[revision].[ext]" conf="lib" type="jar,bundle" sync="true" /-->
+ <ivy:retrieve pattern="lib/[artifact]-[revision].[ext]" conf="lib" type="jar,bundle" sync="true" />
127
</target>
128
129
<!-- <target name="report">-->
0 commit comments