Skip to content

Commit

Permalink
Add snapshot maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
floralvikings committed Nov 24, 2015
1 parent 23f842c commit d7aaa85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ uploadArchives {
authentication(userName: sonatypeUsername, password: sonatypePassword)
}

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

pom.project {
name 'Jenjin-IO'
packaging 'jar'
Expand Down

0 comments on commit d7aaa85

Please sign in to comment.