File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,6 @@ sourceSets {
6565 }
6666}
6767
68- // Prevent javadocs from failing build
69- tasks. withType(Javadoc ) {
70- failOnError false
71- options. addStringOption(' Xdoclint:none' , ' -quiet' )
72- options. addStringOption(' encoding' , ' UTF-8' )
73- options. addStringOption(' charSet' , ' UTF-8' )
74- }
75-
7668// In this section you declare where to find the dependencies of your project
7769repositories {
7870 // You can declare any Maven/Ivy/file repository here.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010java {
1111 modularity. inferModulePath = true
1212 withSourcesJar()
13- // withJavadocJar()
13+ withJavadocJar()
1414}
1515
1616test {
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ plugins {
1010java {
1111 modularity. inferModulePath = true
1212 withSourcesJar()
13- // Prevent Javadoc from causing build failure
14- // withJavadocJar()
13+ withJavadocJar()
1514}
1615
1716test {
You can’t perform that action at this time.
0 commit comments