We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757f3b4 commit e341a43Copy full SHA for e341a43
.devcontainer/install.sh
@@ -29,4 +29,4 @@ tools/apalache/bin/apalache-mc config --enable-stats=true
29
sudo apt-get install -y ant
30
31
## Do initial build
32
-ant -f build.xml
+ant -d -f build.xml
build.xml
@@ -54,6 +54,8 @@
54
</unzip>
55
<unzip src="lib/jgrapht-core-1.5.1.jar" dest="${build}/deps">
56
<patternset>
57
+ <!-- https://github.com/jgrapht/jgrapht/issues/1112 -->
58
+ <exclude name="**/*rensenIndexLinkPrediction.class"/>
59
<include name="**/*.class"/>
60
</patternset>
61
0 commit comments