Skip to content

Commit 9a76821

Browse files
committed
build: change maven group and version
1 parent 19ee381 commit 9a76821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
kotlin("jvm") version "2.0.10"
66
}
77

8-
group = "dev.silenium.playground"
9-
version = "1.0-SNAPSHOT"
8+
group = "dev.silenium.libs.flow-graph"
9+
version = findProperty("deploy.version") as String? ?: "0.0.0-SNAPSHOT"
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)