hofund icon indicating copy to clipboard operation
hofund copied to clipboard

fix problem with compiled slf4j version

Open marwin1991 opened this issue 1 year ago • 0 comments

https://github.com/logchange/hofund/blob/master/hofund-core/pom.xml

  Caused by: java.lang.UnsupportedClassVersionError: org/slf4j/Logger has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.slf4j.Logger])


[INFO] \- dev.logchange.hofund:hofund-core:jar:0.6.0:compile
[INFO]    \- org.slf4j:slf4j-api:jar:2.1.0-alpha0:compile (version selected from constraint [1.7.28,))

marwin1991 avatar Jan 02 '24 11:01 marwin1991