Updated gradle build files with new syntax, etc.
This commit is contained in:
parent
5562a693a9
commit
3001a4f8f0
5 changed files with 34 additions and 30 deletions
10
build.gradle
10
build.gradle
|
@ -193,10 +193,12 @@ task wrapper(type: Wrapper) {
|
|||
gradleVersion = gradle.gradleVersion
|
||||
}
|
||||
|
||||
task release(dependsOn: ['wrapper', 'clean', 'deploy']) << {
|
||||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
isRelease = true
|
||||
task release(dependsOn: ['wrapper', 'clean', 'deploy']) {
|
||||
doLast {
|
||||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
isRelease = true
|
||||
}
|
||||
}
|
||||
|
||||
task pandoc(type: Exec) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue