From 0860300194c08d4561994e88004addf986ccd6da Mon Sep 17 00:00:00 2001 From: musketyr Date: Wed, 20 Jul 2022 11:36:29 +0200 Subject: [PATCH] fixed guide --- build.gradle | 3 +++ docs/guide/guide.gradle | 2 +- docs/guide/src/docs/asciidoc/index.adoc | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 39c0ac5..ef63169 100644 --- a/build.gradle +++ b/build.gradle @@ -108,6 +108,9 @@ config { enabled = false } } + sourceHtml { + enabled = false + } } } diff --git a/docs/guide/guide.gradle b/docs/guide/guide.gradle index 54443b6..c8fe181 100644 --- a/docs/guide/guide.gradle +++ b/docs/guide/guide.gradle @@ -35,7 +35,7 @@ configurations { } dependencies { - asciidoctorExtensions 'com.bmuschko:asciidoctorj-tabbed-code-extension:0.2' + asciidoctorExtensions 'com.bmuschko:asciidoctorj-tabbed-code-extension:0.3' } asciidoctor { diff --git a/docs/guide/src/docs/asciidoc/index.adoc b/docs/guide/src/docs/asciidoc/index.adoc index 116de63..c04feac 100644 --- a/docs/guide/src/docs/asciidoc/index.adoc +++ b/docs/guide/src/docs/asciidoc/index.adoc @@ -4011,6 +4011,9 @@ The color you usually see in the cell is `foreground` not a `background` as you == Changelog +=== 3.0.0 +Upgraded to the latest Apache POI 5.x + === 2.1.1 Allowing adding groups for just single row or column