.travis.yml: Specify exact Gradle version to use.

Start out with version 4.10.3 because 4.10 is our requirement for building all modules, including wallettemplate.
This commit is contained in:
Andreas Schildbach
2019-04-17 20:02:30 +02:00
parent d91726483e
commit 37f9571dc5

View File

@@ -6,8 +6,10 @@ jdk:
- openjdk8
- openjdk11
install: true
before_script:
- gradle wrapper --gradle-version=4.10.3
script:
- gradle clean build
- ./gradlew clean build
notifications:
irc: