vlsi commented on code in PR #6326:
URL: https://github.com/apache/jmeter/pull/6326#discussion_r1705014290


##########
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:
   It is a bit weird that the annotation processor is located in the same 
artifact as `log4j-core` though. I would have expected something like 
`log4j-plugin-processor` artifact name for the processor.



-- 
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

Reply via email to