Skip to content

Commit

Permalink
Exclude mazha from javadoc builds; not app developer-facing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerhodes committed Feb 19, 2014
1 parent 62480c1 commit 848e716
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 @@ -65,7 +65,7 @@ if (localGradleScript.exists()) {
//

javadoc {
excludes = ["**/*sql*/**", "**/common/**", "**/android/**"]
excludes = ["**/*sql*/**", "**/common/**", "**/android/**", "**/mazha/**"]
options.showFromPublic()
title = "cloudant-sync-datastore-android ${version} API"
}
Expand Down

0 comments on commit 848e716

Please sign in to comment.