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") {
2424}
2525
2626dependencies {
27- compileOnly(files( " $projectDir /../.ext/ skywalking-agent-$skywalkingAgentVersion .jar " ) )
27+ compileOnly(" org.apache. skywalking:apm -agent-core: $skywalkingAgentVersion " )
2828 implementation(" io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion " )
2929 implementation(" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " )
3030 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion " )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation(" com.github.sourceplusplus.protocol:protocol:$protocolVersion " ) {
2323 isTransitive = false
2424 }
25- compileOnly(files( " $projectDir /../.ext/ skywalking-agent-$skywalkingAgentVersion .jar " ) )
25+ compileOnly(" org.apache. skywalking:apm -agent-core: $skywalkingAgentVersion " )
2626 implementation(" com.google.code.gson:gson:$gsonVersion " )
2727 implementation(" org.springframework:spring-expression:5.3.13" )
2828 implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
You can’t perform that action at this time.
0 commit comments