Skip to content

Commit

Permalink
fix(publish): Publish source and javadocs
Browse files Browse the repository at this point in the history
Publish source and javadocs
  • Loading branch information
GeorgeV220 committed Oct 26, 2022
1 parent 49e043a commit 675dbd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ publishing {
project.shadow.component(publication)
artifactId = project.getName().toLowerCase()
groupId = ((String) project.getGroup()).toLowerCase()
artifact sourcesJar
artifact javadocJar
}
}
repositories {
Expand Down

0 comments on commit 675dbd9

Please sign in to comment.