Skip to content

Commit 754fcfe

Browse files
author
Kyle Harrington
committed
Force imagej-mesh version (temporary for update site)
1 parent 9ecb610 commit 754fcfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

populate_fiji.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ chmod +x $FijiDirectory/ImageJ-win64
138138
rm $FijiDirectory/jars/miglayout-3.7.4-swing.jar
139139
install "com.miglayout:miglayout-swing:5.2" $FijiDirectory/jars
140140

141+
# -- Fix imagej-mesh versions with jitpack version clashing (temporary)
142+
143+
rm $FijiDirectory/jars/imagej-mesh-*
144+
install "net.imagej:imagej-mesh:0.8.1" $FijiDirectory/jars
145+
141146
# -- Get the list of native libraries --
142147

143148
# [NB] dependency:list emits G:A:P:C:V but dependency:copy needs G:A:V:P:C.

0 commit comments

Comments
 (0)