From 8ee24ee8d50a27f345fddf75fc2ea91850d28964 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 25 Jun 2018 17:48:18 +0200 Subject: [PATCH] HHH-12725 Upgrade the Asciidoctor plugin to 1.5.7 for JDK 9 compatibility --- build.gradle | 2 +- documentation/documentation.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f043fdf073..fd4b3cbf9b 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { classpath 'org.hibernate.build.gradle:version-injection-plugin:1.0.0' classpath 'org.hibernate.build.gradle:gradle-xjc-plugin:1.0.2.Final' classpath 'com.github.lburgazzoli:lb-karaf-features-gen:1.0.0-SNAPSHOT' - classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.2' + classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' classpath 'de.thetaphi:forbiddenapis:2.5' } diff --git a/documentation/documentation.gradle b/documentation/documentation.gradle index 10d229fc5c..42cc151f77 100644 --- a/documentation/documentation.gradle +++ b/documentation/documentation.gradle @@ -55,7 +55,7 @@ dependencies { testCompile( libraries.mockito ) testCompile( libraries.mockito_inline ) - testRuntime(libraries.wildfly_transaction_client) + testRuntime( libraries.wildfly_transaction_client ) testRuntime( libraries.h2 ) testRuntime( libraries.hsqldb ) testRuntime( libraries.postgresql ) @@ -238,7 +238,7 @@ task renderUserGuide(type: AsciidoctorTask, group: 'Documentation') { stylesheet: "css/hibernate.css", majorMinorVersion: rootProject.ormVersion.family, fullVersion: rootProject.ormVersion.fullName, - docinfo: true + docinfo: 'private' resources { from('src/main/asciidoc/userguide/') {