Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
adfleshner committed May 5, 2014
1 parent 3813b34 commit 80e6ec7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions supertoasts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ uploadArchives {
repositories.mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

repository(url: sonatypeRepo) {
authentication(userName: sonatypeUsername,
password: sonatypePassword)
}

pom.project {
name 'SuperToasts Library'
packaging 'aar'
Expand Down

0 comments on commit 80e6ec7

Please sign in to comment.