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
As discussed in gradle/gradle#33964 and apache/logging-log4j2#3754, Gradle fails the build if a `compileOnly` dependency is not compatible with the Java version specified via `options.release`, even though such dependencies don’t impact runtime behavior.
This PR updates the Gradle example to explicitly target **Java 8**, allowing us to surface and detect such compatibility issues through our regression tests. This helps ensure our published artifacts remain usable in Gradle builds targeting Java 8, and catches potential issues earlier in our release cycle.
0 commit comments