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
{{ message }}
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
still the class from the old package is referenced, which leads to the following exception when overwriting the maven plugin's dependencies to jbake-core 2.6.2: (when executing mvn -X ...)
The reason is an internal refactoring which moved the
ConfigUtil
fromorg.bake.app
toorg.bake.app.configuration
(in jbake-org/jbake@0f4da4d#diff-060a3cc0da060d51c1fdb92593a549ad). Injbake-maven-plugin/src/main/java/org/jbake/maven/GenerateMojo.java
Line 30 in 8ecf3d3
mvn -X ...
)The text was updated successfully, but these errors were encountered: