mavlink / MAVSDK-Java

MAVSDK client for Java.
68 stars 40 forks source link

README: instructions how to bypass maven #104

Closed julianoes closed 1 year ago

julianoes commented 1 year ago

This adds some instructions for next time when I need to debug something in the library without having to push to maven.

julianoes commented 1 year ago

I have no idea how that would work. If you can change my instructions to support includeBuild then that would be great!

JonasVautherin commented 1 year ago

I have no idea how that would work.

Uncomment the lines in the settings.gradle, and it will take the project from sources instead of fetching it from maven :+1:.

I updated your instructions, does that help?