Skip to content

Commit da0fb2c

Browse files
authored
https://github.com/jgrapht/jgrapht/issues/1112
[IDE]
1 parent 4be1913 commit da0fb2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tools/apalache/bin/apalache-mc config --enable-stats=true
2929
sudo apt-get install -y ant
3030

3131
## Do initial build
32-
ant -f build.xml
32+
ant -d -f build.xml

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
</unzip>
5555
<unzip src="lib/jgrapht-core-1.5.1.jar" dest="${build}/deps">
5656
<patternset>
57+
<!-- https://github.com/jgrapht/jgrapht/issues/1112 -->
58+
<exclude name="**/*rensenIndexLinkPrediction.class"/>
5759
<include name="**/*.class"/>
5860
</patternset>
5961
</unzip>

0 commit comments

Comments
 (0)