Skip to content

Commit

Permalink
Allow to deploy to the snapshots repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
superjugy committed Dec 15, 2014
1 parent 2cb91b8 commit f607c6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -85,6 +85,10 @@ uploadArchives {
authentication(userName: userName, password: passWord)
}

snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
authentication(userName: userName, password: passWord)
}

pom.project {
name 'android-unit-test'
packaging 'jar'
Expand Down

0 comments on commit f607c6c

Please sign in to comment.