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

Commit

Permalink
Revert "Try publish with name = project.name"
Browse files Browse the repository at this point in the history
This reverts commit 6234f60.
  • Loading branch information
sinwe committed Jun 16, 2018
1 parent 6234f60 commit 94e6f2b
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.name}"
name = "${project.archivesBaseName}"
version {
name = "${project.version}"
released = new Date()
Expand All @@ -145,7 +145,7 @@ publishing {
MyPublication(MavenPublication) {
from components.java
groupId "${project.group}"
artifactId "${project.name}"
artifactId "${project.archivesBaseName}"
version "${project.version}"
}
}
Expand Down

0 comments on commit 94e6f2b

Please sign in to comment.