Update sourcesJar base name.
Some checks failed
Ssg Check, Publish, and Release / ci (push) Has been cancelled
Some checks failed
Ssg Check, Publish, and Release / ci (push) Has been cancelled
This commit is contained in:
parent
5b53676a82
commit
aa44f0550d
@ -44,6 +44,10 @@ jar {
|
||||
archivesBaseName = 'ssg-api'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = 'ssg-api'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create('ssgApi', MavenPublication) {
|
||||
|
@ -31,7 +31,11 @@ java {
|
||||
}
|
||||
|
||||
jar {
|
||||
archivesBaseName = "ssg-cli"
|
||||
archivesBaseName = 'ssg-cli'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = 'ssg-cli'
|
||||
}
|
||||
|
||||
distributions {
|
||||
|
Loading…
Reference in New Issue
Block a user