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 edb9a5f commit be590ceCopy full SHA for be590ce
build.xml
@@ -1,7 +1,10 @@
1
<?xml version="1.0"?>
2
3
<project xmlns:ivy="antlib:org.apache.ivy.ant" default="compile" name="Soot Build File">
4
- <property file="ant.settings"/>
+
5
+ <groupId>soot</groupId>
6
7
+ <property file="ant.settings"/>
8
9
<property name="ivy.install.version" value="2.1.0-rc2" />
10
<condition property="ivy.home" value="${env.IVY_HOME}">
0 commit comments