Skip to content

Commit d28472d

Browse files
authored
Control group and version info in one location (#614)
Make buildSrc/src/main/kotlin/ds3-java-sdk-library-convention.gradle.kts the only place where group and version are defined.
1 parent 3347eb3 commit d28472d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildSrc/src/main/kotlin/ds3-java-sdk-library-convention.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ plugins {
2121
id("org.owasp.dependencycheck")
2222
}
2323

24-
group = "com.spectralogic.ds3"
25-
version = "5.4.1"
26-
2724
publishing {
2825
publications {
2926
create<MavenPublication>("ProjectPublication") {

0 commit comments

Comments
 (0)