From 4eff2cd43485d4b066f77587859c680fe808247d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Fri, 26 May 2023 22:27:30 +0200 Subject: [PATCH] remove asciidoctor plugin --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 327af38..684c597 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,6 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.3.0" id "com.github.spotbugs" version "5.0.14" id "org.cyclonedx.bom" version "1.7.2" - id "org.xbib.gradle.plugin.asciidoctor" version "2.5.2.2" } wrapper {