Explorar el Código

Merge pull request #1962 from nkasvosve/master

Add dependency to java8 to startup script
Mike Smith hace 9 años
padre
commit
3bcb20a281
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      frameworks/Java/beyondj/setup.sh

+ 2 - 0
frameworks/Java/beyondj/setup.sh

@@ -1,5 +1,7 @@
 #!/bin/bash
 
+fw_depends java
+
 WORKING_DIR=beyondj-launcher/deploy
 
 if [ ! -d "$WORKING_DIR" ]; then