Skip to content

Java 7 support in gradle being depreciated #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Oct 28, 2017
Next Next commit
updated jdk
  • Loading branch information
diegorramos committed Oct 26, 2017
commit e4eb4ff8241e4ea21b664886e09a8a829158869f
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
sudo: false
jdk:
- oraclejdk8
- openjdk7
- oraclejdk7
after_script:
- "./gradlew build"
- "./scripts/s3upload.sh"
Expand Down