mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 03:16:37 +00:00
Re-adding javadoc. #62
This commit is contained in:
@@ -21,3 +21,9 @@ tasks.withType(Jar) {
|
||||
}
|
||||
from('LICENSE')
|
||||
}
|
||||
|
||||
javadoc {
|
||||
title = "AppleCommander ${version}"
|
||||
source = sourceSets.main.allJava
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user