MartyIX opened a new pull request, #350: URL: https://github.com/apache/logging-log4j-samples/pull/350
This is an attempt to add `buildSrc` for https://github.com/apache/logging-log4j2/issues/3822 to address https://github.com/apache/logging-log4j2/issues/3779#issuecomment-3064916603. However, I'm not sure why but 2.25.1 works here but not for my personal project. Meaning, I did not reproduce what I wrote here https://github.com/apache/logging-log4j2/issues/3779#issuecomment-3064916603. Any thought @ppkarwasz please? ### Testing ``` # Fails (as expected) export LOG4J_VERSION=2.25.0; ./gradlew :log4j-samples-gradle-metadata:build # Run from the repo's root directory! # Works (but `buildSrc` project should report an error-prone version error but it does not. export LOG4J_VERSION=2.25.1; ./gradlew :log4j-samples-gradle-metadata:build ``` -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org