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
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?
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
The text was updated successfully, but these errors were encountered: