Skip to content

Commit

Permalink
Use 3.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 16, 2015
1 parent 89ada35 commit 60cfe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archivesBaseName = "grails-docs"

ext.checkOutDir = "${buildDir.path}/checkout"
ext.outputDir = "${buildDir.path}/docs"
ext.githubBranch = "master"
ext.githubBranch = "3.0.x"

ext.explicitGrailsHome = System.getProperty("grails.home")
ext.grailsHome = explicitGrailsHome ? file(explicitGrailsHome).absolutePath : "$checkOutDir/grails-src"
Expand Down

0 comments on commit 60cfe31

Please sign in to comment.