We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9e0f7 commit abef9b2Copy full SHA for abef9b2
1 file changed
db-client-java/build.gradle
@@ -189,9 +189,6 @@ def publishLogin = project.hasProperty("ossrhUsername") ? project.getProperties(
189
def publishPassword = project.hasProperty("ossrhPassword") ? project.getProperties().get("ossrhPassword") : ""
190
191
javadoc {
192
- doFirst {
193
- options.addBooleanOption('-no-module-directories', true)
194
- }
195
}
196
197
publishing {
0 commit comments