HHH-12677 Update javadoc API links from EE7 to EE8
This commit is contained in:
parent
22973c355a
commit
fe38c5aaee
|
@ -126,7 +126,7 @@ task aggregateJavadocs(type: Javadoc) {
|
|||
'https://docs.oracle.com/javase/8/docs/api/',
|
||||
'https://docs.jboss.org/hibernate/beanvalidation/spec/2.0/api/',
|
||||
'http://docs.jboss.org/cdi/api/2.0/',
|
||||
'https://docs.oracle.com/javaee/7/api/'
|
||||
'https://javaee.github.io/javaee-spec/javadocs/'
|
||||
]
|
||||
|
||||
if ( JavaVersion.current().isJava8Compatible() ) {
|
||||
|
|
Loading…
Reference in New Issue