Skip to content

Commit

Permalink
Update publishing options
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 2, 2016
1 parent 32a8d78 commit ced2a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def pomConfig = {
}
developers {
[
aalmiray : 'Andres Almiray'
aalmiray: 'Andres Almiray'
].each { devId, devName ->
developer {
id devId
Expand Down Expand Up @@ -88,7 +88,7 @@ bintray {
name = rootProject.name
desc = rootProject.project_description
licenses = ['Apache-2.0']
labels = []
labels = ['icons', 'javafx', 'swing']
websiteUrl = project.project_url
issueTrackerUrl = project.project_issues
vcsUrl = project.project_scm
Expand Down

0 comments on commit ced2a38

Please sign in to comment.