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

Unable to develop against Gradle 7.1 because configurationResolver archived #453

Open
cnygardtw opened this issue Jun 15, 2021 · 0 comments

Comments

@cnygardtw
Copy link

What happened?

* Where:
Build file '/Users/cnygard/src/gradle-docker/build.gradle' line: 29

* What went wrong:
A problem occurred evaluating root project 'gradle-docker'.
> Failed to apply plugin class 'com.palantir.configurationresolver.ConfigurationResolverPlugin'.
   > Could not create task ':resolveConfigurations'.
      > Cannot create task ':resolveConfigurations' of type 'ResolveConfigurationsTask' as directly extending AbstractTask is not supported.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

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

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings

What did you want to happen?

Be able to develop gradle-docker against Gradle 7.1, and update configurationResolver code to resolve issues noted above. Since configuration resolver code is archived, I'm unsure what your plans are for this plugin.

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

No branches or pull requests

1 participant