mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-21 18:45:09 +00:00
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…
x
Reference in New Issue
Block a user