在为项目添加module时出现这个错误

Could not get unknown property 'GROUP' for object of type org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer.

解决方法:

查看module项目中的gradle中是否有apply from: ' .......' 这句话,把它删掉就可以了。

Could not get unknown property 'GROUP' for object of type org.gradle.api.publication.maven.internal.

相关文章:

  • 2021-07-09
  • 2021-05-16
  • 2021-08-03
  • 2021-09-04
  • 2021-07-12
  • 2022-12-23
  • 2021-05-02
  • 2021-10-09
猜你喜欢
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2021-12-29
  • 2021-04-02
  • 2022-12-23
相关资源
相似解决方案