Hi there, I was working on a Spring Boot application with has a dependency to a big size jar(over 4G). I got> Invalid entry size error with BootJar target.

It may be caused by the int type here, https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootZipCopyAction.java#L381

Environment: OS: MacOS JDK: openjdk 11