Skip to content

Commit

Permalink
added correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalia committed Dec 5, 2016
1 parent 2c98075 commit b322ac0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,20 @@ apply plugin: 'maven'
apply plugin: 'signing'

repositories {
mavenCentral()
jcenter()
}

buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
}
}

if(System.getenv('TRAVIS')){
apply plugin: 'io.codearte.nexus-staging'
apply from : './scripts/deploy.gradle'
Expand Down

0 comments on commit b322ac0

Please sign in to comment.