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
The plugin contains a dependency to slf4j-api-1.5.5. That conflicts with the standard dependecy to slf4j 1.6.2 of newer Grails versions.
The result is a strange runtime error: java.lang.IllegalAccessError: tried to access method org/slf4j/impl/StaticLoggerBinder.SINGLETONLorg/slf4j/impl/StaticLoggerBinder; from class org/slf4j/LoggerFactory
The text was updated successfully, but these errors were encountered:
The plugin contains a dependency to slf4j-api-1.5.5. That conflicts with the standard dependecy to slf4j 1.6.2 of newer Grails versions.
The result is a strange runtime error: java.lang.IllegalAccessError: tried to access method org/slf4j/impl/StaticLoggerBinder.SINGLETONLorg/slf4j/impl/StaticLoggerBinder; from class org/slf4j/LoggerFactory
The text was updated successfully, but these errors were encountered: