Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Try publish with name = project.name
Browse files Browse the repository at this point in the history
  • Loading branch information
sinwe committed Jun 16, 2018
1 parent 9cb5448 commit 6234f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ bintray {
configurations = ['archives']
pkg {
repo = "${project.group}"
name = "${project.archivesBaseName}"
name = "${project.name}"
version {
name = "${project.version}"
released = new Date()
Expand All @@ -145,7 +145,7 @@ publishing {
MyPublication(MavenPublication) {
from components.java
groupId "${project.group}"
artifactId "${project.archivesBaseName}"
artifactId "${project.name}"
version "${project.version}"
}
}
Expand Down

0 comments on commit 6234f60

Please sign in to comment.