We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c9fca commit 7683547Copy full SHA for 7683547
instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
base.archivesName.set("${base.archivesName.get()}-autoconfigure")
6
7
dependencies {
8
- compileOnly(project(":javaagent-bootstrap"))
+ implementation(project(":javaagent-bootstrap"))
9
library("org.apache.logging.log4j:log4j-core:2.17.0")
10
11
testImplementation(project(":instrumentation:log4j:log4j-context-data:log4j-context-data-common:testing"))
0 commit comments