-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update bitcoinj to 0.15.10 * Update JUnit to 4.13.2 * Update slf4j to 1.7.30 * Update Guava to 30.0 * Update Protobuf to 3.13 * Update OkHttp to 3.12.12 * Remove unused EasyMock * Make gradlew executable * Refresh Travis configuration
- Loading branch information
Showing
18 changed files
with
273 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# configuration for https://travis-ci.org/dogecoin/libdohj | ||
sudo: false | ||
dist: bionic | ||
language: java | ||
jdk: oraclejdk8 | ||
install: | ||
# before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install -y protobuf-compiler | ||
matrix: | ||
include: | ||
- jdk: openjdk8 | ||
env: GRADLE_VERSION=6.7.1 | ||
- jdk: openjdk11 | ||
env: GRADLE_VERSION=6.7.1 | ||
install: true | ||
before_script: | ||
- gradle wrapper --gradle-version=$GRADLE_VERSION | ||
script: | ||
- gradle -q clean install | ||
- jdk_switcher use openjdk7 | ||
- cd core | ||
- gradle -q clean build | ||
- ./gradlew clean build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
buildscript { | ||
repositories { | ||
jcenter() | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.