Skip to content

Commit d302c7d

Browse files
committed
Set zip64 = true in :utbot-cli:jar Gradle task
1 parent 8082aae commit d302c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-cli/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ classes {
5555
}
5656

5757
jar {
58+
zip64 = true
5859
manifest {
5960
attributes 'Main-Class': 'org.utbot.cli.ApplicationKt'
6061
attributes 'Bundle-SymbolicName': 'org.utbot.cli'

0 commit comments

Comments
 (0)