Skip to content

Commit c7a2a7f

Browse files
authored
Fix missing root level group (#44)
Co-authored-by: hfhbd <[email protected]>
1 parent 5c0fa0e commit c7a2a7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ repositories {
1212
mavenCentral()
1313
}
1414

15+
group = "app.softwork"
16+
1517
subprojects {
1618
if (this.name == "testing") {
1719
return@subprojects

0 commit comments

Comments
 (0)