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 c17def2 commit 86b179fCopy full SHA for 86b179f
librarian-gradle-plugin/src/main/kotlin/com/gradleup/librarian/gradle/root.kt
@@ -14,7 +14,7 @@ fun Project.librarianRoot() {
14
val kdoc = Kdoc(rootProperties)
15
16
librarianRoot(
17
- group = rootProperties.getRequiredProperty("pom.version"),
+ group = rootProperties.getRequiredProperty("pom.groupId"),
18
version = updateVersionAccordingToEnvironment(rootProperties.getRequiredProperty("pom.version")),
19
publishing = Publishing(
20
pomMetadata = pomMetadata,
0 commit comments