Skip to content

Commit affa69c

Browse files
author
Oliver Fuhr
committed
Fix cast exception on invalid class entries
1 parent 439dda9 commit affa69c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/groovy/org/beryx/runtime/util/PackageUseScanner.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ class PackageUseScanner extends ClassVisitor {
212212
} catch (Exception e) {
213213
LOGGER.info("Failed to scan $path", e)
214214
invalidEntries << ("${basePath}/${path}" as String)
215+
return
215216
}
216217
}
217218
} as Closure)

0 commit comments

Comments
 (0)