Skip to content

Commit

Permalink
Adjusting to OSS repo in Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 2, 2017
1 parent 8e0c4d4 commit f8c0ad2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ bintray {
publications = ['MyPublication']
publish = true
pkg {
repo = 'bjurr'
repo = 'tomasbjerre'
name = project.name
userOrg = 'tomasbjerre'
desc = 'Library for parsing report files from static code analysis.'
licenses = ['Apache-2.0']
vcsUrl = '[email protected]:tomasbjerre/'+project.name+'.git'
Expand All @@ -82,11 +81,6 @@ bintray {
gpg {
sign = true
}
mavenCentralSync {
sync = true
user = System.getenv('NEXUS_USERNAME')
password = System.getenv('NEXUS_PASSWORD')
}
}
}
}
Expand Down

0 comments on commit f8c0ad2

Please sign in to comment.