Drop redundant 'ssg' from Maven coordinates.

This commit is contained in:
Jesse Brault 2025-02-16 18:27:43 -06:00
parent 57fa73f4c3
commit 3170d2b2e9
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jar {
publishing {
publications {
create('ssgApi', MavenPublication) {
artifactId = 'ssg-api'
artifactId = 'api'
from components.java
}
}

View File

@ -44,7 +44,7 @@ distributions {
publishing {
publications {
create('ssgCli', MavenPublication) {
artifactId = 'ssg-cli'
artifactId = 'cli'
from components.java
}
}