How to solve “Cannot set the value of read-only property 'classpath' for object of type …” error in Gradle

后端 未结 0 766
长情又很酷
长情又很酷 2021-02-06 20:26

I have:

    compileJava {
        ajc {
            enabled = true
            classpath = configurations.aspectj
            options {
                aspectpath         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题