Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Updated repo and userOrg for Grails Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Oct 6, 2015
1 parent 2f8216b commit a9f8a36
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 @@ -78,8 +78,8 @@ bintray {
publications = ['maven']
publish = true
pkg {
repo = 'grails-plugins'
userOrg = 'bobbywarner'
repo = 'plugins'
userOrg = 'grails'
name = "$project.name"
licenses = ['Apache-2.0']
desc = 'Grails HTTP Builder Helper Plugin'
Expand Down

0 comments on commit a9f8a36

Please sign in to comment.