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 680e606 commit 63cee8eCopy full SHA for 63cee8e
modules/jlink/artifacts/opt/jboss/container/java/s2i/mkdeps.sh
@@ -2,10 +2,8 @@
2
set -euo pipefail
3
shopt -s globstar
4
5
-#TODO:
6
-project="${project-spring-boot-sample-simple}"
7
-jarfile="${jarfile-$project/target/spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar}"
8
-libdir="${libdir-$project/target/lib}"
+jarfile=$JAVA_APP_JAR
+libdir=$JAVA_LIB_DIR
9
10
function generate_deps() {
11
#Test that file dependencies exist
0 commit comments