Added license.

Updated javadoc task and comments.
This commit is contained in:
Erik C. Thauvin 2016-01-24 12:29:41 -08:00
parent e3706639f0
commit 7f84e9d589
9 changed files with 135 additions and 106 deletions

View file

@ -156,6 +156,7 @@ artifacts {
}
javadoc {
title = mavenDescription + ' ' + version
options.tags = ['created']
options.author = true
options.addStringOption('link', 'http://docs.oracle.com/javase/8/docs/api/')