Plugin [id: 'com.imooc.router'] was not found in any of the following sources:
来源:4-1 APT是什么

慕设计5218244
2022-06-12
插件已经发布到本地文件repo了,根目录下的build.gradle maven仓库也配置了
为什么总是提示Plugin [id: ‘com.imooc.router’] was not found in any of the following sources:
写回答
1回答
-
allenfeng
2022-06-14
你好,需要确认下面几点:
是否在 buildSrc 的 META-INF 目录,正确提供了插件的 id,与代码引用的id名称是否一致
发布使用的 groupId\ArtifactId\versionName,是否与引用声明的一致
所引用的仓库路径是否正确,可直接打印对应路径看看
仓库里面是否确实有对应的插件
00
相似问题