module-graph icon indicating copy to clipboard operation
module-graph copied to clipboard

Usage of Deprecated getDependencyProject() Method in dev.iurysouza.modulegraph

Open javadjafari1 opened this issue 6 months ago • 0 comments

The ProjectDependency.getDependencyProject() method is deprecated and is currently being used in the dev.iurysouza.modulegraph library. This results in multiple deprecation warnings during the Gradle build process.

The ProjectDependency.getDependencyProject() method has been deprecated.

💡 Suggested Fix: Update the library to use the recommended replacement API for getDependencyProject(). Refer to the Gradle API documentation for the latest guidance.

✅ Why It Matters: Continuing to use deprecated APIs can lead to build instability and future incompatibilities with Gradle versions. Updating ensures long-term compatibility and cleaner build output.

javadjafari1 avatar Apr 22 '25 09:04 javadjafari1