Could not get unknown property ‘release‘

https://www.cnblogs.com/diql/p/6107664.html

https://stackoverflow.com/questions/67253670/could-not-get-unknown-property-release-for-softwarecomponentinternal-maven-p
直接输入下有啥

task comps {
    
    
    afterEvaluate {
    
    
        println("Components❤❤❤: " + components*.name)
    }
}

猜你喜欢

转载自blog.csdn.net/b1tb1t/article/details/132186879