Closed dhalperi closed 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
Example of the issue: https://travis-ci.org/batfish/batfish/jobs/439409656
LGTM
Newer java versions seem to make gradle 4.1 barf:
Upgrading to latest gradle fixes it for me...
This change is