模式切换
Plugin with id 'com.fjsy.plugin' not found
Build file '/Users/hayden/Desktop/whb/build.gradle' line: 93
A problem occurred evaluating root project 'whb'.
> Plugin with id 'com.fjsy.plugin' not found.
在相应位置加上这段即可:
text
plugins {
// 这个 id 就是在 versionPlugin 文件夹下 build.gradle 文件内定义的id
id "com.fjsy.plugin" apply false
}