Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptesavol committed Mar 19, 2019
1 parent 5971ea8 commit a546ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubimqtt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task sourcesJar(type: Jar) {
task myJavadocs(type: Javadoc) {
source = sourceSets.main.allJava
destinationDir = reporting.file("javadocs")
options.addStringOption("link", "https://www.eclipse.org/paho/files/javadoc")
options.links("https://www.eclipse.org/paho/files/javadoc")

}

Expand Down

0 comments on commit a546ced

Please sign in to comment.