Closed Ba0Nguyen closed 6 months ago
I ran this with grade build, from MAVSDK-Java/sdk.
I solved this by updating build.gradle. From: tasks.withType(Copy).all { duplicatesStrategy 'exclude' }
To:
tasks.withType(Jar).all {
duplicatesStrategy 'exclude'
}
I'm trying to build a modified version of Java SDK so that I can add more feature to Mav-SDK for my development. When building the Mav Java SDK, I got this error. Can I get some help. Thanks!