You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add missing imports for java.util.zip.ZipEntry and ZipFile
- Add explicit type annotation ZipEntry to the lambda parameter
- Replace entry.isDirectory with !entry.name.endsWith("/") since ZipEntry has no isDirectory property
0 commit comments