Update JavaDoc generation to be JDK11 compatible (#15569)

Fixes: #15566
This commit is contained in:
Hynek Mlnařík
2022-11-21 08:44:17 +01:00
committed by GitHub
parent 044ce8d773
commit fe6853c691
3 changed files with 5 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
<properties>
<javadoc.branding>Keycloak ${project.version}</javadoc.branding>
<maven.compiler.release>11</maven.compiler.release>
</properties>
<dependencies>