File tree Expand file tree Collapse file tree 8 files changed +56
-0
lines changed
Expand file tree Collapse file tree 8 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ android {
2323 }
2424 }
2525
26+ tasks. withType(Javadoc ) {
27+ failOnError false
28+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
29+ options. addStringOption(' encoding' , ' UTF-8' )
30+ options. addStringOption(' charSet' , ' UTF-8' )
31+ }
32+
2633 compileOptions {
2734 sourceCompatibility JavaVersion . VERSION_1_8
2835 targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ android {
2222 }
2323 }
2424
25+ tasks. withType(Javadoc ) {
26+ failOnError false
27+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
28+ options. addStringOption(' encoding' , ' UTF-8' )
29+ options. addStringOption(' charSet' , ' UTF-8' )
30+ }
31+
2532 compileOptions {
2633 sourceCompatibility JavaVersion . VERSION_1_8
2734 targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ android {
2121 }
2222 }
2323
24+ tasks. withType(Javadoc ) {
25+ failOnError false
26+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
27+ options. addStringOption(' encoding' , ' UTF-8' )
28+ options. addStringOption(' charSet' , ' UTF-8' )
29+ }
30+
2431 compileOptions {
2532 sourceCompatibility JavaVersion . VERSION_1_8
2633 targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ android {
2121 }
2222 }
2323
24+ tasks. withType(Javadoc ) {
25+ failOnError false
26+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
27+ options. addStringOption(' encoding' , ' UTF-8' )
28+ options. addStringOption(' charSet' , ' UTF-8' )
29+ }
30+
2431 compileOptions {
2532 sourceCompatibility JavaVersion . VERSION_1_8
2633 targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ android {
2121 }
2222 }
2323
24+ tasks. withType(Javadoc ) {
25+ failOnError false
26+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
27+ options. addStringOption(' encoding' , ' UTF-8' )
28+ options. addStringOption(' charSet' , ' UTF-8' )
29+ }
30+
2431 compileOptions {
2532 sourceCompatibility JavaVersion . VERSION_1_8
2633 targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ android {
2121 }
2222 }
2323
24+ tasks. withType(Javadoc ) {
25+ failOnError false
26+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
27+ options. addStringOption(' encoding' , ' UTF-8' )
28+ options. addStringOption(' charSet' , ' UTF-8' )
29+ }
30+
2431 compileOptions {
2532 sourceCompatibility JavaVersion . VERSION_1_8
2633 targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ android {
3333 abortOnError false
3434 }
3535
36+ tasks. withType(Javadoc ) {
37+ failOnError false
38+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
39+ options. addStringOption(' encoding' , ' UTF-8' )
40+ options. addStringOption(' charSet' , ' UTF-8' )
41+ }
42+
3643 packagingOptions {
3744 exclude ' META-INF/LICENSE.txt'
3845 exclude ' META-INF/NOTICE.txt'
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ android {
3838 abortOnError false
3939 }
4040
41+ tasks. withType(Javadoc ) {
42+ failOnError false
43+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
44+ options. addStringOption(' encoding' , ' UTF-8' )
45+ options. addStringOption(' charSet' , ' UTF-8' )
46+ }
47+
4148 packagingOptions {
4249 exclude ' META-INF/LICENSE.txt'
4350 exclude ' META-INF/NOTICE.txt'
You can’t perform that action at this time.
0 commit comments