Upgrade to Concourse Java Script v0.0.3
This new release has been updated with the version scheme changes.
This commit is contained in:
parent
084b4003d1
commit
1b85f6277d
|
|
@ -9,7 +9,7 @@ apt-get update
|
|||
apt-get install --no-install-recommends -y ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq fontconfig
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh > /opt/concourse-java.sh
|
||||
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/concourse-java.sh > /opt/concourse-java.sh
|
||||
|
||||
|
||||
###########################################################
|
||||
|
|
@ -28,4 +28,4 @@ test -f /opt/openjdk/bin/javac
|
|||
###########################################################
|
||||
cd /
|
||||
mkdir ~/.gradle
|
||||
echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties
|
||||
echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties
|
||||
|
|
|
|||
Loading…
Reference in New Issue