We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5496960 commit 40b94a6Copy full SHA for 40b94a6
buildSrc/src/main/kotlin/com/datadog/gradle/config/PublishingConfig.kt
@@ -21,6 +21,8 @@ const val BINTRAY_API_KEY = "bintrayApiKey"
21
fun Project.publishingConfig(localRepo: String) {
22
23
version = AndroidConfig.VERSION.name
24
+ group = MavenConfig.GROUP_ID
25
+
26
val projectName = name
27
28
extensionConfig<PublishingExtension> {
0 commit comments