Removed maven central from build.
This commit is contained in:
parent
62fe418522
commit
f11f9e7d4b
2 changed files with 1 additions and 2 deletions
|
@ -57,7 +57,6 @@ def pkgLabels = ['java', 'annotation', 'processor', 'semantic', 'version']
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ task deploy(dependsOn: ['build', 'copyToDeploy']) {
|
||||||
mustRunAfter clean
|
mustRunAfter clean
|
||||||
}
|
}
|
||||||
|
|
||||||
task release(dependsOn: ['clean', 'wrapper', 'deploy']) << {
|
task release(dependsOn: ['wrapper', 'clean', 'deploy']) << {
|
||||||
group = 'Publishing'
|
group = 'Publishing'
|
||||||
description = 'Releases new version.'
|
description = 'Releases new version.'
|
||||||
isRelease = true
|
isRelease = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue