Make Javadoc work (css)
This commit is contained in:
parent
ca0e70f324
commit
2acfd01431
|
@ -35,7 +35,7 @@ tasks.named( "javadoc", Javadoc ) {
|
|||
use = true
|
||||
encoding = 'UTF-8'
|
||||
|
||||
stylesheetFile = rootProject.file( "shared/javadoc/stylesheet.css" )
|
||||
// stylesheetFile = rootProject.file( "shared/javadoc/stylesheet.css" )
|
||||
bottom = "Copyright © 2001-$currentYear <a href=\"https://redhat.com\">Red Hat, Inc.</a> All Rights Reserved."
|
||||
|
||||
// The javadoc folder contains cached versions of the respective element-list files to avoid release issues when servers are down
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.gradle.api.tasks.OutputFile;
|
|||
import org.gradle.api.tasks.TaskAction;
|
||||
|
||||
import org.hibernate.orm.env.HibernateVersion;
|
||||
import org.hibernate.orm.properties.jdk11.SettingsCollector;
|
||||
import org.hibernate.orm.properties.jdk17.SettingsCollector;
|
||||
|
||||
import static org.hibernate.orm.properties.SettingsDocumentationPlugin.TASK_GROUP_NAME;
|
||||
|
||||
|
|
Loading…
Reference in New Issue