Skip to content

Commit

Permalink
Merge pull request #56 from srlearn/javadocs
Browse files Browse the repository at this point in the history
📝 Add `javadoc` build step to `build.gradle`
  • Loading branch information
hayesall authored Jun 9, 2022
2 parents 1284fb7 + 7e9b6fa commit aeb74f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jar {
}
}

javadoc {
source = sourceSets.main.allJava
}

publishing {
publications {
Expand Down

0 comments on commit aeb74f2

Please sign in to comment.