We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aac327 commit bb00357Copy full SHA for bb00357
1 file changed
analyze.sh
@@ -69,7 +69,8 @@ case $OUTPUT_TYPE in
69
esac
70
71
if [ "$DEPENDENCIES_PATH" != "" ]; then
72
- find "$DEPENDENCIES_PATH" -name "*.jar" -type f > /tmp/jardependencies.txt
+ echo "Scanning jars: find ${DEPENDENCIES_PATH} -name "*.jar" -type f > /tmp/jardependencies.txt"
73
+ find ${DEPENDENCIES_PATH} -name "*.jar" -type f > /tmp/jardependencies.txt
74
CMD="$CMD -auxclasspathFromFile /tmp/jardependencies.txt"
75
fi
76
0 commit comments