Skip to content

Commit

Permalink
Publish javadoc and sources jars
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Nov 3, 2021
1 parent 55031e5 commit b313469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ publishing {
publications {
mavenJava(MavenPublication) {
from components.java
artifact packageSources
artifact javadocJar
pom {
name = project.description
description = project.description
Expand Down

0 comments on commit b313469

Please sign in to comment.