Skip to content

Commit

Permalink
fix reactor#1975 Publish docsZip with -docs classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Nov 27, 2019
1 parent 2ba4760 commit f2b940c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/doc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ configure(rootProject) {
}

task docsZip(type: Zip, dependsOn: asciidoctor) {
baseName = 'reactor-core-docs'
archiveBaseName.set("reactor-core")
archiveClassifier.set('docs')
afterEvaluate() {
//we copy the pdf late, when a potential customVersion has been applied to rootProject
from("$buildDir/reactor-code/build/asciidoc/pdf/index.pdf") {
Expand Down

0 comments on commit f2b940c

Please sign in to comment.