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
What is the direct input

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

Guess you like

Origin blog.csdn.net/b1tb1t/article/details/132186879