filter some noisy packages from the javadoc
This commit is contained in:
parent
518328d364
commit
0a5699f56c
|
@ -13,6 +13,9 @@ apply from: rootProject.file( 'gradle/base-information.gradle' )
|
|||
javadoc {
|
||||
exclude( "**/internal/*" )
|
||||
exclude( "**/generated-src/**" )
|
||||
exclude( "**/sqm/tree/*" )
|
||||
exclude( "**/ast/tree/*" )
|
||||
exclude( "**/sql/results/*" )
|
||||
|
||||
final int currentYear = new GregorianCalendar().get( Calendar.YEAR )
|
||||
|
||||
|
|
Loading…
Reference in New Issue