aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLiam Miller-Cushon <cushon@google.com>2021-06-15 19:16:54 -0700
committerJavac Team <javac-team+copybara@google.com>2021-06-15 19:17:26 -0700
commitf4d084a7388ffd535743ffc45c77d8e24c28499b (patch)
tree522ed754682ccdecc242da73a11f0a70509c0100 /.github
parent5973e515e4b08419e0420b00a0fc1547e14efae0 (diff)
downloadturbine-f4d084a7388ffd535743ffc45c77d8e24c28499b.tar.gz
Fix javadoc
* fix doclint * configure maven javadoc plugin * add javadoc to CI PiperOrigin-RevId: 379626123
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 61ef09b..9f5e9f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,3 +69,6 @@ jobs:
- name: 'Test'
shell: bash
run: mvn test -B
+ - name: 'Javadoc'
+ shell: bash
+ run: mvn javadoc:aggregate