Error Invalid entry size
when build application with a dependency jar larger than 2,147,483,647 bytes with Gradle
#24618
Comments
> Invalid entry size
when build application with big size of dependency jarInvalid entry size
when build application with big size of dependency jar
Invalid entry size
when build application with big size of dependency jarInvalid entry size
when build application with a dependency jar larger than 2,147,483,647 bytes
Invalid entry size
when build application with a dependency jar larger than 2,147,483,647 bytesInvalid entry size
when build application with a dependency jar larger than 2,147,483,647 bytes with Gradle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: