buildSrc
来源:3-7 实战:插件工程建立
Mike风会停息
2022-05-26
buildSrc工程下 META-INF 文件夹下的plugins文件夹中只能有一个吗,还是说可以定义多个?
写回答
1回答
-
allenfeng
2022-05-28
文件可以多个。具体匹配原理,可以参考官方文档:https://docs.gradle.org/current/userguide/custom_plugins.html#behind_the_scenes10
相似问题