Skip to content

Commit b57ffc0

Browse files
committed
Update documentation, refactor class/package locations
1 parent 6ce4313 commit b57ffc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks.register('testJar', Jar) {
5050

5151
javadoc {
5252
if (JavaVersion.current().isJava9Compatible()) {
53-
options.addBooleanOption('html5', true);
53+
options.addBooleanOption('html5', true)
5454
}
5555

5656
source = sourceSets.main.java.sourceDirectories

0 commit comments

Comments
 (0)