Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhol committed Sep 4, 2015
1 parent e5e562b commit e275009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ configure([api, core]) {
configuration = configurations.deployerJars

// beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

//
// repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
// authentication(userName: '$signing.login', password: "$signing.password")
// authentication(userName: "$oss_login", password: "$oss_password")
// }

repository(url: "$repositoryUrl/repositories/" + (isSnapshot ? 'snapshots' : 'releases')) {
Expand Down

0 comments on commit e275009

Please sign in to comment.