ppkarwasz opened a new pull request, #339: URL: https://github.com/apache/logging-log4j-samples/pull/339
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. **Note**: The checks in this PR are expected to fail until #338 is merged and the checks switch from `2.25.0-SNAPSHOT` to `2.26.0-SNAPSHOT`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
