File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ task sourcesJar(type: Jar) {
6767
6868task javadoc (type : Javadoc ) {
6969 source = android. sourceSets. main. java. srcDirs
70+ failOnError false
7071 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
7172 classpath + = configurations. compile
7273}
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ task sourcesJar(type: Jar) {
6767
6868task javadoc (type : Javadoc ) {
6969 source = android. sourceSets. main. java. srcDirs
70+ failOnError false
7071 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
7172 classpath + = configurations. compile
7273}
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ task sourcesJar(type: Jar) {
6767
6868task javadoc (type : Javadoc ) {
6969 source = android. sourceSets. main. java. srcDirs
70+ failOnError false
7071 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
7172 classpath + = configurations. compile
7273}
You can’t perform that action at this time.
0 commit comments