Files
2026-07-03 15:56:07 +08:00

11 lines
219 B
Groovy

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