Commit ce145a83 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x' into 2.1.x

parents e23f72c8 70d883a8
...@@ -21,6 +21,7 @@ mkdir -p /opt/openjdk ...@@ -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
########################################################### ###########################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment