Skip to content

Commit abef9b2

Browse files
committed
chore: remove no-module-directories param
1 parent ff9e0f7 commit abef9b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

db-client-java/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ def publishLogin = project.hasProperty("ossrhUsername") ? project.getProperties(
189189
def publishPassword = project.hasProperty("ossrhPassword") ? project.getProperties().get("ossrhPassword") : ""
190190

191191
javadoc {
192-
doFirst {
193-
options.addBooleanOption('-no-module-directories', true)
194-
}
195192
}
196193

197194
publishing {

0 commit comments

Comments
 (0)