Merge branch '2.0.x' into 2.1.x
This commit is contained in:
commit
ce145a833c
|
|
@ -21,6 +21,7 @@ mkdir -p /opt/openjdk
|
||||||
cd /opt/openjdk
|
cd /opt/openjdk
|
||||||
curl -L ${JDK_URL} | tar zx --strip-components=1
|
curl -L ${JDK_URL} | tar zx --strip-components=1
|
||||||
test -f /opt/openjdk/bin/java
|
test -f /opt/openjdk/bin/java
|
||||||
|
test -f /opt/openjdk/bin/javac
|
||||||
|
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue