[gradle] jar > archive contains more than 65535 entries.
withType { enabled = true isZip64 = true duplicatesStrategy = DuplicatesStrategy.EXCLUDE archiveFileName.set("$project.jar") from(sourceSets.main.get().output) dependsOn(configurations.compileClasspath) from({ configurations.compileClasspath.get().filter { it.name.endsWith("jar") }.map { zipTree(it) } }) { exclude("META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA") } } https://github.com/johnre..
공부
2022. 8. 17. 21:43
728x90
728x90