Skip to content

Commit

Permalink
Forgot to include source and javadoc/groovydoc JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Dec 31, 2022
1 parent 3ea740e commit 6e30397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redhorizon-classic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ groovydoc {
publishing {
publications {
library(MavenPublication) {
artifacts = [shadowJar]
artifacts = [shadowJar, sourcesJar, groovydocJar]
afterEvaluate {
// Have to manually remove the project nodes since shadow won't do that for us
pom.withXml {
Expand Down

0 comments on commit 6e30397

Please sign in to comment.