jbake-org / jbake-gradle-plugin

A Gradle plugin for JBake
Other
46 stars 21 forks source link

Upgrade to JBake v2.6.2 to fix OrientDB issue #44

Closed jmcgarr closed 5 years ago

jmcgarr commented 5 years ago

I recently found an issue with JBake's version of OrientDB running in certain environments that is causing NoSuchMethodError exceptions. This issue came up for me only when my build runs in TravisCI (build error).

It looks like this is a known issue and is resolved in the latest version of JBake, v2.6.2. The issue in question is https://github.com/jbake-org/jbake/issues/463. I saw that the fix to this issue was published in 2.6.2 today!

I will happily send a PR as soon as the 2.6.2 binary makes it into a repository.