Build Update for apache/tapestry-5 ------------------------------------- Build: #628 Status: Still Failing
Duration: 45 mins and 15 secs Commit: 4bb4857 (master) Author: Benjamin Weidig Message: disable tapestry-javadoc on Java 8 The Java 8 build was still failing, and this is not a runtime requirement. Due to changes in the Java tooling between 8 and 11 tapestry-javadoc is no longer compatible with 8. So now all gradle related calls check for != 8 before using it. There still might be issues if build with Java 9, but right know Travis only uses 8 and 11. View the changeset: https://github.com/apache/tapestry-5/compare/23733bc2858b...4bb48577a0c2 View the full build log and details: https://travis-ci.org/github/apache/tapestry-5/builds/774658634?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the apache/tapestry-5 repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=70039&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.