Setup CI testing and building (#1)
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:
2023-12-29 15:43:53 +00:00
parent 6ebf969d35
commit 36728fa1e9
13 changed files with 174 additions and 17 deletions

View File

@@ -1,5 +1,8 @@
package ziputils
/**
* Represents a ZIP ZIP64 extra field record (ID 0x0001).
*/
internal class Zip64ExtraFieldRecord(
size: UShort,
val uncompressedSize: ULong?,