Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Oct 27, 2021
1 parent 728dff5 commit 1cb999c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.18.1"
}

val platformGroup: String by project
val probeGroup: String by project
val probeVersion: String by project
val skywalkingVersion: String by project
val jacksonVersion: String by project
val vertxVersion: String by project

group = platformGroup
group = probeGroup
version = probeVersion

repositories {
Expand Down
4 changes: 2 additions & 2 deletions control/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ plugins {
id("java")
}

val platformGroup: String by project
val probeGroup: String by project
val probeVersion: String by project
val skywalkingVersion: String by project
val jacksonVersion: String by project
val vertxVersion: String by project
val jupiterVersion: String by project
val logbackVersion: String by project

group = platformGroup
group = probeGroup
version = probeVersion

tasks.getByName<JavaCompile>("compileJava") {
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
kotlin.code.style=official

platformGroup = com.sourceplusplus
platformName = spp-platform
probeGroup = spp.probe
probeVersion = 0.1.23

#SkyWalking 8.7.0-compatible
Expand Down
4 changes: 2 additions & 2 deletions services/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ plugins {
id("java")
}

val platformGroup: String by project
val probeGroup: String by project
val probeVersion: String by project
val skywalkingVersion: String by project
val gsonVersion: String by project
val jacksonVersion: String by project

group = platformGroup
group = probeGroup
version = probeVersion

tasks.getByName<JavaCompile>("compileJava") {
Expand Down

0 comments on commit 1cb999c

Please sign in to comment.