
“plugin was not found in any of the following sources“
正常创建方式为:new Directory(META-INF)-> new Directory(gradle-plugins)->new File (properties文件)差异创建方式:new Directory(META-INF.gradle-plugins) ->new File (properties文件)1、在rsc/main/resources 下配置properties 文件,描述plugin id 和 对应plugin class的关系。







