File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ tasks.getByName<JavaCompile>("compileJava") {
24
24
}
25
25
26
26
dependencies {
27
- compileOnly(files( " $projectDir /../.ext/ skywalking-agent-$skywalkingAgentVersion .jar " ) )
27
+ compileOnly(" org.apache. skywalking:apm -agent-core: $skywalkingAgentVersion " )
28
28
implementation(" io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion " )
29
29
implementation(" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " )
30
30
implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion " )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
implementation(" com.github.sourceplusplus.protocol:protocol:$protocolVersion " ) {
23
23
isTransitive = false
24
24
}
25
- compileOnly(files( " $projectDir /../.ext/ skywalking-agent-$skywalkingAgentVersion .jar " ) )
25
+ compileOnly(" org.apache. skywalking:apm -agent-core: $skywalkingAgentVersion " )
26
26
implementation(" com.google.code.gson:gson:$gsonVersion " )
27
27
implementation(" org.springframework:spring-expression:5.3.13" )
28
28
implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
You can’t perform that action at this time.
0 commit comments