HHH-12725 Upgrade the Asciidoctor plugin to 1.5.7 for JDK 9 compatibility
This commit is contained in:
parent
afbec8856c
commit
8ee24ee8d5
|
@ -22,7 +22,7 @@ buildscript {
|
||||||
classpath 'org.hibernate.build.gradle:version-injection-plugin:1.0.0'
|
classpath 'org.hibernate.build.gradle:version-injection-plugin:1.0.0'
|
||||||
classpath 'org.hibernate.build.gradle:gradle-xjc-plugin:1.0.2.Final'
|
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 '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 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
|
||||||
classpath 'de.thetaphi:forbiddenapis:2.5'
|
classpath 'de.thetaphi:forbiddenapis:2.5'
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ dependencies {
|
||||||
testCompile( libraries.mockito )
|
testCompile( libraries.mockito )
|
||||||
testCompile( libraries.mockito_inline )
|
testCompile( libraries.mockito_inline )
|
||||||
|
|
||||||
testRuntime(libraries.wildfly_transaction_client)
|
testRuntime( libraries.wildfly_transaction_client )
|
||||||
testRuntime( libraries.h2 )
|
testRuntime( libraries.h2 )
|
||||||
testRuntime( libraries.hsqldb )
|
testRuntime( libraries.hsqldb )
|
||||||
testRuntime( libraries.postgresql )
|
testRuntime( libraries.postgresql )
|
||||||
|
@ -238,7 +238,7 @@ task renderUserGuide(type: AsciidoctorTask, group: 'Documentation') {
|
||||||
stylesheet: "css/hibernate.css",
|
stylesheet: "css/hibernate.css",
|
||||||
majorMinorVersion: rootProject.ormVersion.family,
|
majorMinorVersion: rootProject.ormVersion.family,
|
||||||
fullVersion: rootProject.ormVersion.fullName,
|
fullVersion: rootProject.ormVersion.fullName,
|
||||||
docinfo: true
|
docinfo: 'private'
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
from('src/main/asciidoc/userguide/') {
|
from('src/main/asciidoc/userguide/') {
|
||||||
|
|
Loading…
Reference in New Issue