Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jun 2, 2015
1 parent 57f2c6a commit d9e82de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ jar {
shadowJar {
from sourceSets.main.java
}

javadoc {
// Apparently this fixes things
options.addStringOption("sourcepath", "")
}

0 comments on commit d9e82de

Please sign in to comment.