Skip to content

Commit b322ac0

Browse files
committed
added correct dependencies
1 parent 2c98075 commit b322ac0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
repositories {
6+
mavenCentral()
67
jcenter()
78
}
89

10+
buildscript {
11+
repositories {
12+
mavenCentral()
13+
jcenter()
14+
}
15+
dependencies {
16+
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
17+
}
18+
}
19+
920
if(System.getenv('TRAVIS')){
1021
apply plugin: 'io.codearte.nexus-staging'
1122
apply from : './scripts/deploy.gradle'

0 commit comments

Comments
 (0)