File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ plugins {
1313 id(" io.gitlab.arturbosch.detekt" ) version " 1.18.1"
1414}
1515
16- val platformGroup : String by project
16+ val probeGroup : String by project
1717val probeVersion: String by project
1818val skywalkingVersion: String by project
1919val jacksonVersion: String by project
2020val vertxVersion: String by project
2121
22- group = platformGroup
22+ group = probeGroup
2323version = probeVersion
2424
2525repositories {
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ plugins {
1414 id(" java" )
1515}
1616
17- val platformGroup : String by project
17+ val probeGroup : String by project
1818val probeVersion: String by project
1919val skywalkingVersion: String by project
2020val jacksonVersion: String by project
2121val vertxVersion: String by project
2222val jupiterVersion: String by project
2323val logbackVersion: String by project
2424
25- group = platformGroup
25+ group = probeGroup
2626version = probeVersion
2727
2828tasks.getByName<JavaCompile >(" compileJava" ) {
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
3- platformGroup = com.sourceplusplus
4- platformName = spp-platform
3+ probeGroup = spp.probe
54probeVersion = 0.1.23
65
76# SkyWalking 8.7.0-compatible
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ plugins {
1212 id(" java" )
1313}
1414
15- val platformGroup : String by project
15+ val probeGroup : String by project
1616val probeVersion: String by project
1717val skywalkingVersion: String by project
1818val gsonVersion: String by project
1919val jacksonVersion: String by project
2020
21- group = platformGroup
21+ group = probeGroup
2222version = probeVersion
2323
2424tasks.getByName<JavaCompile >(" compileJava" ) {
You can’t perform that action at this time.
0 commit comments