ppkarwasz commented on code in PR #6326: URL: https://github.com/apache/jmeter/pull/6326#discussion_r1705201842
########## src/core/build.gradle.kts: ########## @@ -45,6 +46,9 @@ dependencies { api("org.apache.logging.log4j:log4j-core") { because("GuiLogEventAppender is using log4j-core to implement GUI-based log appender") } + kapt("org.apache.logging.log4j:log4j-core") { Review Comment: In Log4j 2.x a lot of classes were added to a single `log4j-core` artifact, since many users at that time didn't use dependency management. In version 3.x there is a [`log4j-plugin-processor`](https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-plugin-processor) artifact. -- 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org