mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-12 18:38:07 +01:00
ci: publish sources jar
This commit is contained in:
parent
1d808680d1
commit
1f0f663b06
1 changed files with 6 additions and 1 deletions
|
@ -43,8 +43,13 @@ publishing {
|
|||
|
||||
pom {
|
||||
name.set("LightEco")
|
||||
|
||||
}
|
||||
|
||||
artifact(tasks.named("jar"))
|
||||
artifact(tasks.named("jar")) {
|
||||
classifier = ""
|
||||
}
|
||||
|
||||
artifact(tasks.named("sourcesJar"))
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue