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
It seems like logback 1.5.x is compiled using Java 21 (qos-ch/logback#802), and can cause some build problems when using older versions of Gradle (similar to FasterXML/jackson-core#955)
One option is to require users to use newer versions of Gradle (Gradle 8.5 and up seems to work), or downgrade to an older version of logback.
For better compatibility, for now, we should downgrade logback. Note: logback version must be 1.4.14 or higher, to make sure it has the CVE fix (See issue #4).
We can look at moving to version 1.5.x for a later release.
The text was updated successfully, but these errors were encountered:
It seems like logback 1.5.x is compiled using Java 21 (qos-ch/logback#802), and can cause some build problems when using older versions of Gradle (similar to FasterXML/jackson-core#955)
One option is to require users to use newer versions of Gradle (Gradle 8.5 and up seems to work), or downgrade to an older version of logback.
For better compatibility, for now, we should downgrade logback. Note: logback version must be 1.4.14 or higher, to make sure it has the CVE fix (See issue #4).
We can look at moving to version 1.5.x for a later release.
The text was updated successfully, but these errors were encountered: