github-af / SmartPGP

SmartPGP is a JavaCard implementation of the OpenPGP card specifications
GNU General Public License v2.0
232 stars 48 forks source link

Add build files for Gradle #8

Closed dschuermann closed 6 years ago

dschuermann commented 6 years ago

Not sure if this is interesting for you, but because I like Gradle I added it as a build tool using the gradle-javacard plugin (https://github.com/fidesmo/gradle-javacard).

Feel free to close this PR if you would like to keep ant only.

af-anssi commented 6 years ago

Thank you for your pull request.

Would it be possible to support compilation with gradle without having a blob (gradle-wrapper.jar) pushed in the project repository ?

dschuermann commented 6 years ago

@af-anssi yup, done.