Add javadocs to jvm build

This commit is contained in:
Steve Myers 2022-03-17 15:46:13 -05:00
parent e9111f74c5
commit dc9ad20d99
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

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