We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf2763 commit 0085033Copy full SHA for 0085033
2 files changed
.travis.yml
@@ -3,5 +3,5 @@ language: java
3
jdk:
4
- oraclejdk8
5
6
-after_success:
7
- - ./gradlew jacocoTestReport coveralls
+#after_success:
+# - ./gradlew jacocoTestReport coveralls
build.gradle
@@ -109,4 +109,12 @@ bintray {
109
}
110
111
112
-}
+}
113
+
114
+if (JavaVersion.current().isJava8Compatible()) {
115
+ allprojects {
116
+ tasks.withType(Javadoc) {
117
+ options.addStringOption('Xdoclint:none', '-quiet')
118
+ }
119
120
0 commit comments