Skip to content

Commit

Permalink
fixed guide
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jul 20, 2022
1 parent 0dc86d2 commit 0860300
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ config {
enabled = false
}
}
sourceHtml {
enabled = false
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 3 additions & 0 deletions docs/guide/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0860300

Please sign in to comment.