Skip to content

Commit 84f6ade

Browse files
committed
chore: move group and version to properties
1 parent 1a12305 commit 84f6ade

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ plugins {
88
}
99

1010
subprojects {
11-
group = "org.eclipse.dataplane-core"
12-
version = "0.0.12-SNAPSHOT"
13-
1411
apply(plugin = "signing")
1512
apply(plugin = "maven-publish")
1613
apply(plugin = "com.vanniktech.maven.publish")

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
group="org.eclipse.dataplane-core"
2+
version="0.0.12-SNAPSHOT"

0 commit comments

Comments
 (0)