Skip to content

Commit

Permalink
removed userOrg
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Jul 27, 2018
1 parent 26d42f9 commit e3e2d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ task wrapper(type: Wrapper) {
grailsPublish {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
userOrg = 'symentis GmbH'
githubSlug = 'robertoschwald/grails-audit-logging-plugin'
license {
name = project.hasProperty('license') ? [project.license] : ['Apache-2.0']
Expand Down

0 comments on commit e3e2d8b

Please sign in to comment.