Remove org.asciidoctor.jvm.gems plugin

Looks like we don't use any GEMs in out docs: generated PDF and HTML look OK
This commit is contained in:
abilan
2023-06-22 10:55:18 -04:00
parent 9882ce8542
commit 6ded64c0cd

View File

@@ -22,7 +22,6 @@ plugins {
id 'com.jfrog.artifactory' version '4.32.0' apply false
id 'org.jetbrains.dokka' version "$kotlinVersion"
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.gems' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
}