Skip to content

Commit

Permalink
Move publish=true to right level
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jun 13, 2019
1 parent 4c1dee0 commit 09979df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
publish = true
pkg {
repo = 'xenon'
name = 'xenon'
desc = description
publish = true
userOrg = 'nlesc'
licenses = ['Apache-2.0']
websiteUrl = 'https://nlesc.github.io/Xenon'
Expand Down

0 comments on commit 09979df

Please sign in to comment.