Skip to content

Commit 0a93373

Browse files
committed
add: update group ID to 'dev.nextftc.control' in build.gradle.kts
Signed-off-by: Zach Harel <zach@zharel.me>
1 parent f517eec commit 0a93373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
version = property("version") as String
11-
group = "dev.nextftc"
11+
group = "dev.nextftc.control"
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)