-
Notifications
You must be signed in to change notification settings - Fork 10
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
TravicCI build fails but local build is just fine #2
Comments
aschrijver
added a commit
that referenced
this issue
Aug 21, 2016
aschrijver
added a commit
that referenced
this issue
Aug 21, 2016
This issue is further discussed on travis-ci/travis-ci#6507 |
I created a Gist at https://gist.github.com/aschrijver/795b62fb5b16190bab0e2c7a3eda4f4f It contains 4 files:
|
aschrijver
added a commit
that referenced
this issue
Aug 21, 2016
aschrijver
added a commit
that referenced
this issue
Sep 23, 2016
aschrijver
added a commit
that referenced
this issue
Sep 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The TravisCI build first failed with a compilation error complaining about generics, that didn't occur locally. Then after upgrading JDK to latest version the Gradle build itself is no longer building on TravisCI.
According to logs both the JDK and Gradle version that are used are exactly similar to what I use locally on Ubuntu 15.
Java compilation failure log on TravisCI:
Gradle build failure log on TravisCI:
The text was updated successfully, but these errors were encountered: