Skip to content

Commit

Permalink
Merge pull request #16 from IntershopCommunicationsAG/build_asciidoci…
Browse files Browse the repository at this point in the history
…ssue

Solve release issues for ascii doc (paths were changed with new relea…
  • Loading branch information
m-raab authored Apr 12, 2019
2 parents 710bf5d + 9c20b39 commit bee51f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ publishing {
artifact(tasks.getByName("sourceJar"))
artifact(tasks.getByName("javaDoc"))

artifact(File(buildDir, "asciidoc/html5/README.html")) {
artifact(File(buildDir, "docs/asciidoc/html5/README.html")) {
classifier = "reference"
}

artifact(File(buildDir, "asciidoc/docbook/README.xml")) {
artifact(File(buildDir, "docs/asciidoc/docbook/README.xml")) {
classifier = "docbook"
}

Expand Down

0 comments on commit bee51f6

Please sign in to comment.