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 d75bd95 commit 1399380Copy full SHA for 1399380
gradle/publish.gradle
@@ -146,7 +146,6 @@ configure(scalaProjects) { project ->
146
147
afterEvaluate {
148
jar configureJarManifestAttributes(project)
149
- publishing.publications.mavenJava.artifactId = project.archivesBaseName
150
publishing.publications.mavenJava.pom configurePom(project)
151
signing {
152
sign publishing.publications.mavenJava
0 commit comments