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