You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On maven central the published jars for versions 2.6.2, 2.6.3, and 2.6.4 do not have the class file org.jbake.app.ConfigUtil. Although I see that since that release 2.6.2, ConfigUtil is empty; still, if I try a build with JBake 2.6.2+ and JBake-Maven-Plugin 0.3.1, I get an error, namely:
A required class was missing while executing org.jbake:jbake-maven-plugin:0.3.1:generate: org/jbake/app/ConfigUtil
Downgrading to 2.6.1 solves this issue.
The text was updated successfully, but these errors were encountered:
This is only an issue in the maven plugin and was already fixed via jbake-org/jbake-maven-plugin#17. The only thing missing is a new release of the Maven plugin...
On maven central the published jars for versions 2.6.2, 2.6.3, and 2.6.4 do not have the class file
org.jbake.app.ConfigUtil
. Although I see that since that release 2.6.2,ConfigUtil
is empty; still, if I try a build with JBake 2.6.2+ and JBake-Maven-Plugin 0.3.1, I get an error, namely:Downgrading to 2.6.1 solves this issue.
The text was updated successfully, but these errors were encountered: