mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 12:01:24 +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
|
- openjdk8
|
||||||
- openjdk11
|
- openjdk11
|
||||||
install: true
|
install: true
|
||||||
|
before_script:
|
||||||
|
- gradle wrapper --gradle-version=4.10.3
|
||||||
script:
|
script:
|
||||||
- gradle clean build
|
- ./gradlew clean build
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
Reference in New Issue
Block a user