filter some noisy packages from the javadoc

This commit is contained in:
Gavin 2022-12-27 11:08:57 +01:00 committed by Gavin King
parent 518328d364
commit 0a5699f56c
1 changed files with 3 additions and 0 deletions

View File

@ -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 )