L4m4L / simpleBLEJava

Java JNR-FFI Bindings for SimpleBLE
MIT License
1 stars 1 forks source link

Consider adding build tools like Gradle #2

Open enkatsu opened 1 month ago

enkatsu commented 1 month ago

Hello. Your work is fantastic! Do you have any plans to introduce build tools like Gradle to this repository?

L4m4L commented 1 month ago

Hey @enkatsu

Thanks :) hopefully it is helping you with your projects.

At this stage I have no plans to update this repository. It currently serves its purpose for me, which is purely to be able to interface SimpleBLE with a Java application on MacOS.

Just for my own understanding, what does introducing build tools / Gradle add to the repo in terms of usefulness? I might use it as a learning experience in the future if I get time!

enkatsu commented 3 weeks ago

Hello @L4m4L,

Thank you for your reply! Introducing Gradle would make it easier to adopt this project in other Java projects. Additionally, while I haven't tried it myself, we might be able to describe the procedure for downloading native libraries.