From 7c9f5d05db3996625986dffc20a68199987d27a0 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 25 May 2023 20:07:50 +0200 Subject: [PATCH] Remove asciidoctor Gradle plugins This part of the build has been replaced with Antora. --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3e6b0c1fc54..db9c78d92fa 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,6 @@ plugins { // kotlinVersion is managed in gradle.properties id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false id 'org.jetbrains.dokka' version '1.8.10' - id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false - id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false id 'org.unbroken-dome.xjc' version '2.0.0' apply false id 'com.github.ben-manes.versions' version '0.46.0' id 'com.github.johnrengelman.shadow' version '8.1.1' apply false