We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c16fb commit 05f4a07Copy full SHA for 05f4a07
build.gradle
@@ -9,8 +9,6 @@ plugins {
9
id "org.jetbrains.dokka"
10
}
11
12
-group "au.com.redcrew.apisdkcreator"
13
-
14
allprojects {
15
apply plugin: "maven-publish"
16
http-api-client/build.gradle
@@ -64,6 +64,7 @@ kotlin {
64
65
66
jvmMain {
67
+ group "au.com.redcrew.apisdkcreator"
68
version "0.6.0"
69
70
0 commit comments