在AS打包的时候,出现Could not get unknown property ‘bundleSourcesJar‘ for object of type

在打包一个jar的时候,突然出现了说找不到未知属性

找了log:

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'bundleSourcesJar' for object of type org.gradle.api.publish.maven.internal.publication.DefaultMavenPublication.

在csdn找了好久,问题可能是版本问题

解决方案:

根据提示,把build里面的全部升到最新的版本,重新构建

这问题搞了我三四天,阿巴阿巴