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

准备把Gradle升级到7.3.3,报错 #72

Closed
pruidong opened this issue Oct 25, 2022 · 1 comment
Closed

准备把Gradle升级到7.3.3,报错 #72

pruidong opened this issue Oct 25, 2022 · 1 comment

Comments

@pruidong
Copy link
Contributor

准备把Gradle升级到7.3.3,报错:

  • What went wrong:
    A problem occurred evaluating script.

Failed to apply plugin 'propdeps-maven'.
Could not create plugin of type 'PropDepsMavenPlugin'.
> Could not generate a decorated class for type PropDepsMavenPlugin.
> org/gradle/api/artifacts/maven/PomFilterContainer

在网上找propdeps-maven这个插件的资料也没有.

已经修改了两个地方:

  1. 项目根目录中build.gradle:

中的

id 'maven'

已经被修改为: id 'maven-publish'

  1. build-script\script\common-java-env-config.gradle中:

apply plugin: 'maven'

已经修改为:

apply plugin: 'maven-publish'

@pruidong
Copy link
Contributor Author

Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'propdeps-maven'.

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