lazysodium-java
lazysodium-java copied to clipboard
Restore target Java 1.8
Since this library is a native wrapper, there is no benefit to target Java 21 bytecode version.
Fix #140
This requires a similar change in resource-loader first: https://github.com/terl/resource-loader/pull/21