You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
是用moduleImplementation 进行源码跟远程依赖切换时,代码块 projects.project.dependencies.add("implementation", project(':' + artifactid), configureClosure)报错,报错内容:Caused by: org.gradle.api.artifacts.UnknownConfigurationException: Configuration with name 'implementation' not found.
The text was updated successfully, but these errors were encountered:
是用moduleImplementation 进行源码跟远程依赖切换时,代码块 projects.project.dependencies.add("implementation", project(':' + artifactid), configureClosure)报错,报错内容:Caused by: org.gradle.api.artifacts.UnknownConfigurationException: Configuration with name 'implementation' not found.
The text was updated successfully, but these errors were encountered: