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
groovy.lang.MissingPropertyException: No such property: InjectPluginParams for class: com.ant.statisticplugin.InjectPluginImpl
at com.ant.statisticplugin.InjectPluginImpl.apply(InjectPluginImpl.groovy:14)
at com.ant.statisticplugin.InjectPluginImpl.apply(InjectPluginImpl.groovy)
The text was updated successfully, but these errors were encountered:
本地添加codelessConfig配置后报错
class InjectPluginImpl implements Plugin {
@OverRide
void apply(Project project) {
println "myPlugin here"
project.extensions.create('codelessConfig', InjectPluginParams)
registerTransform(project)
initDir(project);
。。。。
groovy.lang.MissingPropertyException: No such property: InjectPluginParams for class: com.ant.statisticplugin.InjectPluginImpl
at com.ant.statisticplugin.InjectPluginImpl.apply(InjectPluginImpl.groovy:14)
at com.ant.statisticplugin.InjectPluginImpl.apply(InjectPluginImpl.groovy)
The text was updated successfully, but these errors were encountered: