Setup CI testing and building (#1)
All checks were successful
Test Workflow / Lint and test library (push) Successful in 17m20s
All checks were successful
Test Workflow / Lint and test library (push) Successful in 17m20s
We want CI to be able to build the ShadowJAR for the CLI tool. Reviewed-on: #1
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package ziputils
|
||||
|
||||
/**
|
||||
* Represents a ZIP ZIP64 extra field record (ID 0x0001).
|
||||
*/
|
||||
internal class Zip64ExtraFieldRecord(
|
||||
size: UShort,
|
||||
val uncompressedSize: ULong?,
|
||||
|
Reference in New Issue
Block a user