pubref / rules_maven

Transitive maven dependencies with Bazel.
Other
33 stars 7 forks source link

upgrade to latest gradle #18

Closed dhalperi closed 6 years ago

dhalperi commented 6 years ago

Newer java versions seem to make gradle 4.1 barf:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '11'.

Upgrading to latest gradle fixes it for me...


This change is Reviewable

dhalperi commented 6 years ago

Example of the issue: https://travis-ci.org/batfish/batfish/jobs/439409656

pcj commented 6 years ago

LGTM