1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-19 12:53:17 +02:00

ci: publish sources jar

This commit is contained in:
Jozef Steinhübl 2023-09-29 14:01:31 +02:00
parent 1d808680d1
commit 1f0f663b06
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -43,8 +43,13 @@ publishing {
pom {
name.set("LightEco")
}
artifact(tasks.named("jar"))
artifact(tasks.named("jar")) {
classifier = ""
}
artifact(tasks.named("sourcesJar"))
}
}