MAVSDK-Java icon indicating copy to clipboard operation
MAVSDK-Java copied to clipboard

MAVSDK-JAVA-Client Issue: Deprecated Gradle features used in this build, incompatible with Gradle 9.0

Open Ghazanfar373 opened this issue 1 year ago • 4 comments

Hi this is Ali, really impressed by your work .Actually I'm creating a javafx gui app to display UAV data, when I tried to implement this library 'io.mavsdk:mavsdk:1.1.1' in my javafx application it gives me this error, I tried different way to resolve but no luck

Error: Deprecated Gradle feature used in this build, making it incompatible with gradle 9.0.

Ghazanfar373 avatar Sep 29 '24 12:09 Ghazanfar373

How do you include it in your project?

JonasVautherin avatar Sep 29 '24 13:09 JonasVautherin

Using Gradle dependency

Ghazanfar373 avatar Sep 29 '24 17:09 Ghazanfar373

Hmm it should not pull any gradle feature then, should it?

Does it say which deprecated features are used in the build?

JonasVautherin avatar Sep 29 '24 19:09 JonasVautherin

Task :run FAILED Error occurred during initialization of boot layer java.lang.module.ResolutionException: Modules grpc.api and grpc.context export package io.grpc to module annotations

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

Ghazanfar373 avatar Sep 30 '24 06:09 Ghazanfar373