From 8f82e21516dacf0d0bfcaba1be66fe8e4caa2c96 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Thu, 5 Dec 2019 13:14:39 +0100
Subject: [PATCH] Remove explicit asciidoctorj dependency

This dependency is already added automatically by the
org.asciidoctor.convert plugin (the version can be configured in the
asciidoctorj block).
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index dfb6514..004f5b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,6 @@ buildscript {
     dependencies {
         classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8'
         classpath 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9'
-        classpath 'org.asciidoctor:asciidoctorj:1.6.2'
         classpath 'com.github.spullara.mustache.java:compiler:0.9.6'
         classpath 'org.freemarker:freemarker:2.3.29'
         classpath 'org.yaml:snakeyaml:1.25'
-- 
GitLab