Skip to content

Commit

Permalink
Trying to make Appveyor upload to correct package.
Browse files Browse the repository at this point in the history
  • Loading branch information
twasyl committed Sep 7, 2016
1 parent 6d65dfa commit 3543f75
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,18 @@ bintray {
}

pkg {
repo = 'SlideshowFX'
name = project.name
websiteUrl = 'https://slideshowfx.github.io'
issueTrackerUrl = 'https://github.com/twasyl/SlideshowFX/issues'
vcsUrl = 'https://github.com/twasyl/SlideshowFX.git'

desc = project.description

licenses = ['Apache-2.0']

githubRepo = 'twasyl/SlideshowFX'

version {
name = project.version
desc = project.description
Expand Down

0 comments on commit 3543f75

Please sign in to comment.