Skip to content

Commit f7d40a4

Browse files
Merge pull request #23 from BranchMetrics/Release-1.3.3
Removed javadoc tasks
2 parents 49acc98 + 510518f commit f7d40a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ buildscript {
1818
}
1919

2020
allprojects {
21+
tasks.withType(Javadoc).all { enabled = false }
22+
2123
repositories {
2224
google()
2325
mavenCentral()

0 commit comments

Comments
 (0)