ignoring the roomevent json models until serializationx marks the code as generated

This commit is contained in:
Adam Brown 2022-06-11 10:25:21 +01:00
parent 65bf8c0d64
commit 764c0d1853
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ def excludes = [
// Tmp until serializationx can ignore generated
'**/Api*',
'**/RoomEvent*',
]
def initializeReport(report, projects, classExcludes) {