Commit 21b56de
committed
Build: remove timestamp from javadoc pages
By default, the javadoc task inserts the current time into a comment in
the javadoc pages, which is at odds with reproducible builds. This
commit
- sets the `-notimestamp` option to remove that timestamp
- removes the `-html5` option which has no function in current javadoc
versions. The output is always in html5.
- adds an MPLv2 notification to the bottom of every page
- changes the arg types from `line` to `value`. `line` implies
shell-like parsing that splits arguments on spaces, but that is not
how they are being used here.
Signed-off-by: Tony Germano <tony@germano.name>1 parent e6868ea commit 21b56de
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
1206 | | - | |
1207 | | - | |
1208 | | - | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
1209 | 1212 | | |
1210 | 1213 | | |
1211 | 1214 | | |
| |||
0 commit comments