when I do this: ``` configure<BasePluginConvent...
# gradle
b
when I do this:
Copy code
configure<BasePluginConvention> {
    archivesBaseName = "cubicchunks"
}
is there any way to later access the archivesBaseName value in some task?