afterEvaluate { publishing { publications { release(MavenPublication) { from components.release groupId = "com.github.tehras.charts" // TODO artifactId = module.getName() } } } }