Skip to content

Commit

Permalink
Fix asciidoctor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Sep 13, 2024
1 parent cfe8f65 commit 9c84c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tasks {
"samples-path" to "$projectDir/src/docs/samples"
))

inputs.dir("src/docs/samples")
.withPathSensitivity(PathSensitivity.RELATIVE)
.withPropertyName("samples")
// inputs.dir("src/docs/samples")
// .withPathSensitivity(PathSensitivity.RELATIVE)
// .withPropertyName("samples")
}
}
1 change: 1 addition & 0 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ This sections explains each of the configurations the plugin applies to your bui
|`options.encoding`
|`UTF_8`
|If not configured, the platform encoding is used.
|===

0 comments on commit 9c84c8c

Please sign in to comment.