Skip to content

Commit

Permalink
Add my bintray config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescookie committed May 1, 2015
1 parent dd85436 commit 11a5806
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bintray-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export BINTRAY_USER=jamescookie
export BINTRAY_KEY=b88xxxxxxxxx
13 changes: 13 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ ext {
gradleWrapperVersion = project.gradleWrapperVersion
}

bintray {
pkg {
userOrg = ''
name = "org.grails.plugins:$project.name"
issueTrackerUrl = "https://github.com/jamescookie/$project.name/issues"
vcsUrl = "https://github.com/jamescookie/$project.name"
version {
attributes = ['grails-plugin': "jamescookie.plugins:$project.name"]
name = project.version
}
}
}

sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down

0 comments on commit 11a5806

Please sign in to comment.