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 10b4661 commit bc9b723Copy full SHA for bc9b723
get_module_path
@@ -7,5 +7,4 @@ JARS=()
7
for JAR in build/libs/*.jar dependencies/*.jar; do
8
JARS+=($JAR)
9
done
10
-MODULE_PATH=`join_tokens ${JARS[@]}`
11
-echo "$MODULE_PATH"
+join_tokens ${JARS[@]}
0 commit comments