Skip to content

Commit

Permalink
Remove wrong description in docsZip (#3137)
Browse files Browse the repository at this point in the history
There is a wrong description in docsZip gradle task from reactor-netty/build.gradle, it should be removed.
  • Loading branch information
pderop authored Apr 4, 2024
1 parent a6b6648 commit af27b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reactor-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ description = "Reactor Netty with all modules"
task docsZip(type: Zip) {
group = 'Distribution'
archiveClassifier = 'docs'
description = "Builds docs archive containing reference for deployment at static.spring.io/reactor-netty/docs."
duplicatesStrategy "fail"

def docsDir = file('../docs/build/site')
Expand Down

0 comments on commit af27b9e

Please sign in to comment.