Skip to content

Commit

Permalink
7zip split compatibility (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik authored Jan 29, 2020
1 parent 4bf78aa commit 47a5c53
Show file tree
Hide file tree
Showing 92 changed files with 791 additions and 522 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ dist: trusty
jdk: openjdk8

before_install:
- wget http://services.gradle.org/distributions/gradle-5.6.4-bin.zip
- wget https://services.gradle.org/distributions/gradle-5.6.4-bin.zip
- unzip -qq gradle-5.6.4-bin.zip
- export GRADLE_HOME=$PWD/gradle-5.6.4
- export PATH=$GRADLE_HOME/bin:$PATH
- gradle -v
script:
# - gradle clean build --scan -s --debug
- gradle clean build --scan -s
- gradle jacocoTestReport
after_success:
Expand Down
Loading

0 comments on commit 47a5c53

Please sign in to comment.