mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
.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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user