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 b881fff commit 8472ec3Copy full SHA for 8472ec3
modules/jlink/artifacts/opt/jboss/container/java/jlink/mkdeps.sh
@@ -21,7 +21,10 @@ function generate_deps() {
21
--module-path dependencies \
22
"$JAVA_APP_JAR" \
23
"$JAVA_LIB_DIR"/**/*.jar \
24
- > deps.txt
+ > deps.txt || {
25
+ echo "jdeps failed: return code $?"
26
+ exit $?
27
+ }
28
else
29
$JAVA_HOME/bin/jdeps --multi-release $JAVA_VERSION -R -s \
30
0 commit comments