Skip to content

Commit 40b94a6

Browse files
committed
🐛 (#138): Fix modules dependency version
1 parent 5496960 commit 40b94a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/com/datadog/gradle/config/PublishingConfig.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const val BINTRAY_API_KEY = "bintrayApiKey"
2121
fun Project.publishingConfig(localRepo: String) {
2222

2323
version = AndroidConfig.VERSION.name
24+
group = MavenConfig.GROUP_ID
25+
2426
val projectName = name
2527

2628
extensionConfig<PublishingExtension> {

0 commit comments

Comments
 (0)