Skip to content

Commit 5508505

Browse files
committed
Make Javadoc work (css)
1 parent 25cdeb2 commit 5508505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/javadoc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks.named( "javadoc", Javadoc ) {
3535
use = true
3636
encoding = 'UTF-8'
3737

38-
stylesheetFile = rootProject.file( "shared/javadoc/stylesheet.css" )
38+
// stylesheetFile = rootProject.file( "shared/javadoc/stylesheet.css" )
3939
bottom = "Copyright &copy; 2001-$currentYear <a href=\"https://redhat.com\">Red Hat, Inc.</a> All Rights Reserved."
4040

4141
// The javadoc folder contains cached versions of the respective element-list files to avoid release issues when servers are down

local-build-plugins/src/main/java/org/hibernate/orm/properties/SettingsDocGenerationTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.gradle.api.tasks.TaskAction;
2323

2424
import org.hibernate.orm.env.HibernateVersion;
25-
import org.hibernate.orm.properties.jdk11.SettingsCollector;
25+
import org.hibernate.orm.properties.jdk17.SettingsCollector;
2626

2727
import static org.hibernate.orm.properties.SettingsDocumentationPlugin.TASK_GROUP_NAME;
2828

0 commit comments

Comments
 (0)