Skip to content

Commit

Permalink
changed that the appledoc is only created on master
Browse files Browse the repository at this point in the history
  • Loading branch information
renep committed Nov 20, 2015
1 parent df17e82 commit 487ed44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -110,5 +110,5 @@ task documentationUpload << {
}
}

appledoc.onlyIf { project.hasProperty('buildBranch-develop') }
documentationUpload.onlyIf { project.hasProperty('buildBranch-develop') }
appledoc.onlyIf { project.hasProperty('buildBranch-master') }
documentationUpload.onlyIf { project.hasProperty('buildBranch-master') }

0 comments on commit 487ed44

Please sign in to comment.