Skip to content

Commit

Permalink
Remove project group from the Bintray package name in Gradle plugin
Browse files Browse the repository at this point in the history
The group id is still used for dependency resolution, but should not be in the actual Bintray package name.
  • Loading branch information
bobbywarner committed Oct 6, 2015
1 parent a4cf4a8 commit 3e2787b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The values can also be placed in PROJECT_HOME/gradle.properties or USER_HOME/gra
pkg {
repo = bintrayRepo
userOrg = bintrayOrg
name = "$project.group:$project.name"
name = "$project.name"
desc = bintrayDescription
websiteUrl = bintraySiteUrl
issueTrackerUrl = bintrayIssueTrackerUrl
Expand Down

0 comments on commit 3e2787b

Please sign in to comment.