diff --git a/build.gradle b/build.gradle index 0c7189f7..8e9ecda4 100644 --- a/build.gradle +++ b/build.gradle @@ -357,7 +357,7 @@ publishing { Node groupId = dependency.appendChild(document.createElement('groupId')) groupId.setTextContent(project.group) Node artifactId = dependency.appendChild(document.createElement('artifactId')) - artifactId.setTextContent(project.archivesBaseName) + artifactId.setTextContent(project.base.archivesName.get()) Node version = dependency.appendChild(document.createElement('version')) version.setTextContent(project.version) })