Add javadocs to jvm build

This commit is contained in:
Steve Myers
2022-03-17 15:46:13 -05:00
parent e9111f74c5
commit dc9ad20d99

View File

@@ -12,6 +12,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar()
withJavadocJar()
}
tasks.withType<Test> {