Skip to content

Commit 63cee8e

Browse files
committed
Cleanup mkdeps
1 parent 680e606 commit 63cee8e

File tree

1 file changed

+2
-4
lines changed
  • modules/jlink/artifacts/opt/jboss/container/java/s2i

1 file changed

+2
-4
lines changed

modules/jlink/artifacts/opt/jboss/container/java/s2i/mkdeps.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
set -euo pipefail
33
shopt -s globstar
44

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}"
5+
jarfile=$JAVA_APP_JAR
6+
libdir=$JAVA_LIB_DIR
97

108
function generate_deps() {
119
#Test that file dependencies exist

0 commit comments

Comments
 (0)