Daniel Gredler
Daniel Gredler
We may eventually split things out, but not in the near future. In the short term, if you don't need the jcommander dependency it's best to simply exclude it in...
It looks like the spec is here: https://www.paymentstandards.ch/dam/downloads/ig-qr-bill-en.pdf This isn't on our immediate radar, but I'm happy to review a PR. It would probably be a separate `Symbol` subclass, which...
@uwolfer Thanks for the pointer, the sample actually uncovered an encoding bug!
@uwolfer I forgot to mention, regarding the naming: "Swiss QR Code" is what the spec calls it, and it's already a bit of a longer name, so I think I'll...
> To get reproducible builds, we had to add the full major.minor.patch JDK version as additional input to the JavaCompile tasks. If this is relevant for reproducible builds, you may...
> Even if a source set does not contain a module-info.java, in order to get reproducible builds it is important to be able to fix the toolchain used True, at...
> Is there any Gradle plugin to create the `.buildinfo` and publish it too? I'm not aware of one, but IMO the tooling could easily (at least in many cases)...
@lptr Thank you for the update. There are four archive task attributes that currently need to be customized for reproducible builds, have you discussed the possibility of changing one or...
Is there a way to configure the tool to skip some fixes (like this one)?
You'll want to use `setQuietZoneHorizontal(int)` to add enough horizontal space to fit the prefix digit. It may be a good idea to document this in the JavaDoc, and/or perhaps add...