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 9ecb610 commit 754fcfeCopy full SHA for 754fcfe
populate_fiji.sh
@@ -138,6 +138,11 @@ chmod +x $FijiDirectory/ImageJ-win64
138
rm $FijiDirectory/jars/miglayout-3.7.4-swing.jar
139
install "com.miglayout:miglayout-swing:5.2" $FijiDirectory/jars
140
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
146
# -- Get the list of native libraries --
147
148
# [NB] dependency:list emits G:A:P:C:V but dependency:copy needs G:A:V:P:C.
0 commit comments