Update javadoc to be Java 11 compatible

Closes gh-687
This commit is contained in:
Andy Wilkinson
2020-06-08 16:40:48 +01:00
parent 0146f1a8ca
commit a9c4732a83
2 changed files with 5 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ configure(publishedCodeProjects) { subproject ->
options.links = javadocLinks
options.addStringOption '-quiet'
options.encoding = 'UTF-8'
options.source = '1.8'
}
task sourcesJar(type: Jar) {

View File

@@ -68,7 +68,8 @@ public abstract class PayloadDocumentation {
*
* The following paths are all present:
*
* <table summary="Paths and their values">
* <table>
* <caption>Paths that are present and their values</caption>
* <tr>
* <th>Path</th>
* <th>Value</th>
@@ -132,7 +133,8 @@ public abstract class PayloadDocumentation {
*
* The following paths are all present:
*
* <table summary="Paths and their values">
* <table>
* <caption>Paths that are present and their values</caption>
* <tr>
* <th>Path</th>
* <th>Value</th>