Skip to content

Commit e30f887

Browse files
IlyaMuravjovEgorkaKulikov
authored andcommitted
Set zip64 = true in :utbot-cli:jar Gradle task
1 parent fd47bc7 commit e30f887

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)