Skip to content

Commit 3e2787b

Browse files
committed
Remove project group from the Bintray package name in Gradle plugin
The group id is still used for dependency resolution, but should not be in the actual Bintray package name.
1 parent a4cf4a8 commit 3e2787b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/publishing/GrailsCentralPublishGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The values can also be placed in PROJECT_HOME/gradle.properties or USER_HOME/gra
225225
pkg {
226226
repo = bintrayRepo
227227
userOrg = bintrayOrg
228-
name = "$project.group:$project.name"
228+
name = "$project.name"
229229
desc = bintrayDescription
230230
websiteUrl = bintraySiteUrl
231231
issueTrackerUrl = bintrayIssueTrackerUrl

0 commit comments

Comments
 (0)