Skip to content

Commit

Permalink
fixed asciidoctor wraning
Browse files Browse the repository at this point in the history
Signed-off-by: Arzon <[email protected]>
  • Loading branch information
Arzon committed Oct 19, 2020
1 parent 5a9707d commit 9dc3f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group = "snc.openchargingnetwork.node"
version = "1.1.0"
java.sourceCompatibility = JavaVersion.VERSION_1_8

val snippetsDir = "build/generated-snippets"
val snippetsDir = "../../../build/generated-snippets"

val developmentOnly: Configuration by configurations.creating
configurations {
Expand Down

0 comments on commit 9dc3f8a

Please sign in to comment.