File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 compileOnly(" org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion " )
2727 implementation(" io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion " )
2828 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion " )
29- implementation(" com.github.sourceplusplus.protocol:protocol:05b144c6ba " ) {
29+ implementation(" com.github.sourceplusplus.protocol:protocol:$projectVersion " ) {
3030 isTransitive = false
3131 }
3232
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tasks.getByName<JavaCompile>("compileJava") {
1818}
1919
2020dependencies {
21- implementation(" com.github.sourceplusplus.protocol:protocol:05b144c6ba " ) {
21+ implementation(" com.github.sourceplusplus.protocol:protocol:$projectVersion " ) {
2222 isTransitive = false
2323 }
2424 compileOnly(" org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion " )
You can’t perform that action at this time.
0 commit comments