Fix artifact ID
This commit is contained in:
parent
0ea3fd1efb
commit
42fdd831ff
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ publishing {
|
|||
tasks.publish.dependsOn 'build'
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
artifactId = project.archivesBaseName
|
||||
|
||||
from components.java
|
||||
|
||||
artifact devJar
|
||||
|
|
Loading…
Add table
Reference in a new issue