Open
Description
Hello,
I'm seeing the following error when utilizing Strict-Logging:
java.lang.IllegalAccessError: Update to non-static final field com.xyz.logger attempted from a different method (com$typesafe$scalalogging$StrictLogging$_setter_$logger_$eq) than the initializer method <init>
It works on Gradle 6.9.2, but not when I upgrade to 7.6 (which I need to). Any ideas?
Additional Info:
Gradle: com.typesafe.scala-logging:scala-logging_2.12:3.9.2 (scala-logging_2.12-3.9.2.jar)
JDK11