Skip to content

Commit 05f4a07

Browse files
committed
Move group back to subproject.
1 parent c3c16fb commit 05f4a07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ plugins {
99
id "org.jetbrains.dokka"
1010
}
1111

12-
group "au.com.redcrew.apisdkcreator"
13-
1412
allprojects {
1513
apply plugin: "maven-publish"
1614

http-api-client/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ kotlin {
6464
}
6565

6666
jvmMain {
67+
group "au.com.redcrew.apisdkcreator"
6768
version "0.6.0"
6869
}
6970

0 commit comments

Comments
 (0)