Every time the Gradle zip file is extracted in Docker it results in 7z outputting a error:
ERROR: gradle-4.7-bin.zip
gradle-4.7-bin.zip
Open ERROR: Can not open the file as [zip] archive
ERRORS:
Is not archive
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz (206A7),ASM,AES-NI)
Scanning the drive for archives:
1 file, 26724 bytes (27 KiB)
Extracting archive: gradle-4.7-bin.zip
Can't open as archive: 1
Using the Gradle 4.7 zip file in Docker. Seems as though the Gradle Zip file from the official Gradle file server is corrupt. Is there a GZip version of Gradle available?