Skip to content

Commit

Permalink
ignore Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Mar 5, 2018
1 parent 3e3ae3e commit 26765fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -30,4 +30,8 @@ allprojects {
google()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
}

subprojects {
tasks.withType(Javadoc).all { enabled = false }
}

0 comments on commit 26765fd

Please sign in to comment.