1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-25 22:02:05 +01:00

update gradle to 5.4.1

This commit is contained in:
Paul Schaub 2019-04-28 23:56:53 +02:00
parent 308aa18b7f
commit 5b83d019f3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -10,7 +10,7 @@ cache:
- $HOME/.m2
before_install:
- export GRADLE_VERSION=4.6
- export GRADLE_VERSION=5.4.1
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
- unzip -q gradle-${GRADLE_VERSION}-all.zip
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"