exclude document userguide/model from checkstyle

This commit is contained in:
Andrea Boriero 2017-12-13 17:38:25 +00:00
parent b1a9c816a7
commit 84eec71ba6
1 changed files with 2 additions and 0 deletions

View File

@ -334,3 +334,5 @@ buildDocsForPublishing.dependsOn renderTopicalGuides
buildDocsForPublishing.dependsOn renderGettingStartedGuides
buildDocsForPublishing.dependsOn renderUserGuide
buildDocsForPublishing.dependsOn renderIntegrationGuide
checkstyleMain.exclude '**/org/hibernate/userguide/model/*'