ENT-11253 Publish sources and javadoc

This commit is contained in:
Arshad Mahmood 2023-12-13 16:13:45 +00:00
parent c94f1d730c
commit b7de1dcd23

View File

@ -287,6 +287,11 @@ allprojects {
jvmArgs test_add_exports
}
java {
withSourcesJar()
withJavadocJar()
}
tasks.withType(JavaCompile).configureEach {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" << "-Xlint:-options" << "-parameters"
options.compilerArgs << '-XDenableSunApiLintControl'