Skip to content

Commit

Permalink
maven central insists on javadoc jar (sigh...)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Apr 26, 2021
1 parent 5a7e902 commit f81abc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class ReleasePlugin implements Plugin<Project>
* task: groovydocJar
********************************************************/
project.task([type: Jar, dependsOn: "groovydoc"], 'groovydocJar') {
archiveClassifier.set('groovydoc')
archiveClassifier.set('javadoc')
from project.groovydoc.destinationDir
}

Expand Down

0 comments on commit f81abc0

Please sign in to comment.