Skip to content

Commit

Permalink
GRAILS-6595 - make sure javadoc runs before gdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Aug 9, 2010
1 parent 584dc9b commit 68ef004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ javadoc {
verbose = false
}

task gdoc << {
dependsOn javadoc
task gdoc(dependsOn: 'javadoc') << {
ant {
mkdir dir: buildDir
get src:"http://github.com/grails/grails-doc/zipball/master", dest:"${buildDir}/grails-docs-src.zip", verbose:"true"
Expand Down

0 comments on commit 68ef004

Please sign in to comment.