Skip to content

Commit

Permalink
Y U NO WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Aug 5, 2014
1 parent c878321 commit 7e678f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Expand Up @@ -107,24 +107,24 @@ uploadArchives {
project {
name project.archivesBaseName
packaging 'jar'
description = project.description
url 'https://github.com/' + project.githuborg + '/' + project.archivesBaseName
description = description
url 'https://github.com/' + githuborg + '/' + project.archivesBaseName

scm {
url 'https://github.com/' + project.githuborg + '/' + project.archivesBaseName
connection 'scm:git:git://github.com/' + project.githuborg + '/' + project.archivesBaseName + '.git'
developerConnection 'scm:git:git@github.com:' + project.githuborg + '/' + project.archivesBaseName + '.git'
url 'https://github.com/' + githuborg + '/' + project.archivesBaseName
connection 'scm:git:git://github.com/' + githuborg + '/' + project.archivesBaseName + '.git'
developerConnection 'scm:git:git@github.com:' + githuborg + '/' + project.archivesBaseName + '.git'
}

issueManagement {
system 'github'
url 'https://github.com/' + project.githuborg + '/' + project.archivesBaseName + '/issues'
url 'https://github.com/' + githuborg + '/' + project.archivesBaseName + '/issues'
}

licenses {
license {
name 'MIT License'
url 'https://raw.github.com/' + project.githuborg + '/' + project.archivesBaseName + '/master/LICENCE.txt'
url 'https://raw.github.com/' + githuborg + '/' + project.archivesBaseName + '/master/LICENCE.txt'
distribution 'repo'
}
}
Expand Down

0 comments on commit 7e678f9

Please sign in to comment.