Skip to content

Commit

Permalink
Updates to release task
Browse files Browse the repository at this point in the history
  • Loading branch information
adammurdoch committed Jan 2, 2011
1 parent 4579f64 commit 1eae13a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,12 @@ task releaseArtifacts {
task release {
description = 'Builds, tests and uploads the release artifacts'
group = 'release'
dependsOn releaseVersion, tag, releaseArtifacts, testedDists, ':docs:uploadDocs'
dependsOn releaseVersion, tag, releaseArtifacts, testedDists, uploadDists, ':docs:uploadDocs'
}

task wrapper(type: Wrapper, dependsOn: binZip)
wrapper.doFirst {task ->
task.configure {
task wrapper(type: Wrapper) {
doFirst {
gradleVersion = version
jarPath = 'wrapper'
}
}

Expand Down

0 comments on commit 1eae13a

Please sign in to comment.