Make Javadoc work (css)

This commit is contained in:
Steve Ebersole 2024-05-03 10:45:17 -05:00
parent ca0e70f324
commit 2acfd01431
2 changed files with 2 additions and 2 deletions

View File

@ -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 &copy; 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

View File

@ -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;