nick-parker / Bread

An experimental slicer for FFF 3D Printers
GNU General Public License v3.0
66 stars 10 forks source link

Maven Publishing and Gradle? #8

Open madhephaestus opened 8 years ago

madhephaestus commented 8 years ago

I would like to add this library to BowlerStduio, a robotics develpment environment and CAD package. https://hackaday.io/project/6423-bowlerstudio-a-robotics-development-platform

and the source:

https://github.com/CommonWealthRobotics/BowlerStudio

The cleanest way to do so is to pull the jar from Maven. I use Gradle to build and publish my jars. Any chance you are willing to switch to Gradle? Eclipse can import gradle projects natively now, and it would allow for the setting up of automated building and testing.

nick-parker commented 8 years ago

I haven't had time to spend on this project in awhile unfortunately - if you port this over to Gradle I'll merge that into the main repo next time I add anything. I've been meaning to switch to a real build tool for awhile, but I've also been spending most of my time on non-Java projects lately so there's minimal motivation to do so.