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 {
26
26
compileOnly(" org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion " )
27
27
implementation(" io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion " )
28
28
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 " ) {
30
30
isTransitive = false
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tasks.getByName<JavaCompile>("compileJava") {
18
18
}
19
19
20
20
dependencies {
21
- implementation(" com.github.sourceplusplus.protocol:protocol:05b144c6ba " ) {
21
+ implementation(" com.github.sourceplusplus.protocol:protocol:$projectVersion " ) {
22
22
isTransitive = false
23
23
}
24
24
compileOnly(" org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion " )
You can’t perform that action at this time.
0 commit comments