We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f93d34 commit a258db2Copy full SHA for a258db2
docs/build.gradle
@@ -5,7 +5,8 @@ plugins {
5
asciidoctor {
6
baseDirFollowsSourceDir()
7
attributes 'source-highlighter': 'coderay',
8
- 'mapstructSpringExtensionsVersion': "${project.version}"
+ 'icons': 'font',
9
+ 'mapstructSpringExtensionsVersion': "${project.version}"
10
11
sources {
12
include 'mapstruct-spring-extensions-reference-guide.asciidoc'
0 commit comments