Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Deprecated setupDependencies Task for Gradle Compatibility #1198

Open
dessina-devasia opened this issue Dec 16, 2024 · 1 comment
Open
Labels
Milestone

Comments

@dessina-devasia
Copy link
Contributor

Update the build script to replace the deprecated setupDependencies task, as it is scheduled for removal in future versions of the IntelliJ Platform Gradle Plugin. This task will become incompatible with Gradle 9.0.

Refer to the IntelliJ Platform Gradle Plugin migration guide to implement the recommended alternatives.

Ensure all deprecated Gradle features are reviewed and removed to maintain compatibility with future Gradle versions.

@anusreelakshmi934
Copy link
Contributor

We do not call the setupDependencies task directly in our build.gradle file. So unable to reproduce this deprication issue in local environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants