terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
134 stars 46 forks source link

Bnd vs osgi #102

Open gurpreet- opened 3 years ago

gurpreet- commented 3 years ago

@mhilbush Lazysodium would like to upgrade to Gradle 6. The plugin osgi was removed in Gradle 6.

Instead I have switched to using Bnd: https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.gradle/README.md#replacing-use-of-gradles-deprecated-osgi-plugin

Is this okay? I can submit a lazysodium 5.0.1 with these changes in to see if it causes any grief?

mhilbush commented 3 years ago

Yes, that would be great. Thanks!!