kaitai-io / kaitai_struct_java_runtime

Kaitai Struct: runtime for Java
MIT License
42 stars 18 forks source link

Update dependencies, add instructions to build and a GitHub Action #37

Open Mingun opened 2 years ago

Mingun commented 2 years ago

To allow developers without gpg test their changes I moved signing under a flag. Now if you need to sign artefacts you should pass -DperformRelease=true flag to the maven command:

mvn -DperformRelease=true deploy
Mingun commented 2 years ago

So what the status?