add java doc build

This commit is contained in:
Zoe Gidiere
2025-12-13 17:45:47 -07:00
parent ac71b3ec0c
commit 99e2907b2d

1
Jenkinsfile vendored
View File

@@ -30,6 +30,7 @@ pipeline {
steps {
withGradle {
sh './gradlew build --rerun-tasks -x check'
sh './gradlew javadoc'
}
}