There’s no such task that lists all the plugins applied to project. However this method may be helpful.
project.plugins.each {
println it
}
There’s no such task that lists all the plugins applied to project. However this method may be helpful.
project.plugins.each {
println it
}