File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3636 ./ci-tools/ect-0.9.4-mac -90032 --disable-png --disable-jpg -strip -zip " $jarJar "
3737 fi
3838 fi
39- java -jar ./ci-tools/JarTighten-1.2.10-all.jar -o -c -E -S -t --mode=MULTI_CHEAP " $jarJar " " $jarJar "
39+ if [[ " $BUILD_RELEASE " == " true" ]]; then
40+ java -jar ./ci-tools/JarTighten-1.2.10-all.jar -o -c -E -S -t -z -j --mode=MULTI_CHEAP " $jarJar " " $jarJar "
41+ else
42+ java -jar ./ci-tools/JarTighten-1.2.10-all.jar -o -c -E -S -t --mode=MULTI_CHEAP " $jarJar " " $jarJar "
43+ fi
4044 done
4145 echo " test $file "
4246 for jsonFile in ./build/libs/** /** /** .json ./build/libs/** /** .json ./build/libs/** .json
8387 ./ci-tools/ect-0.9.4-mac -90032 --disable-png --disable-jpg -strip -zip " $file "
8488 fi
8589 fi
86- java -jar ./ci-tools/JarTighten-1.2.10-all.jar -o -c -E -S -t --mode=MULTI_CHEAP " $file " " $file "
90+ if [[ " $BUILD_RELEASE " == " true" ]]; then
91+ java -jar ./ci-tools/JarTighten-1.2.10-all.jar -o -c -E -S -t -z -j --mode=MULTI_CHEAP " $file " " $file "
92+ else
93+ java -jar ./ci-tools/JarTighten-1.2.10-all.jar -o -c -E -S -t --mode=MULTI_CHEAP " $file " " $file "
94+ fi
8795done
You can’t perform that action at this time.
0 commit comments