Skip to content

Commit 1da1845

Browse files
committed
Update asciidoctor plugins to 4.0.2
1 parent 164cbf0 commit 1da1845

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
dependencies {
1414
classpath 'org.hibernate.build.gradle:version-injection-plugin:1.0.0'
15-
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
15+
// classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
1616
classpath 'de.thetaphi:forbiddenapis:3.2'
1717
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
1818
}

documentation/documentation.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import org.asciidoctor.gradle.jvm.AsciidoctorTask
44
import org.asciidoctor.gradle.jvm.pdf.AsciidoctorPdfTask
55

66
plugins {
7-
id 'org.asciidoctor.jvm.convert' version '3.3.2'
8-
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
9-
id "org.asciidoctor.jvm.gems" version "3.3.2"
7+
id 'org.asciidoctor.jvm.convert' version '4.0.2'
8+
id 'org.asciidoctor.jvm.pdf' version '4.0.2'
9+
id "org.asciidoctor.jvm.gems" version "4.0.2"
1010
id "org.hibernate.orm.build.settings-doc"
1111
}
1212

0 commit comments

Comments
 (0)