Fix style on build.gradle
This commit is contained in:
parent
1665f2e1b3
commit
64f25e1783
|
@ -6,8 +6,8 @@ apply plugin: 'nexus'
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -73,3 +73,5 @@ modifyPom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
}
|
Loading…
Reference in a new issue