mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2025-02-17 06:37:29 +00:00
Set proper name in POM files (#313)
This commit is contained in:
parent
8589f4e013
commit
ab91b8508a
@ -1,8 +1,8 @@
|
||||
import org.gradle.api.publish.maven.MavenPublication
|
||||
|
||||
fun MavenPublication.defaultPom() = pom {
|
||||
name.set("${groupId}:${artifactId}")
|
||||
description.set("Jellyfin Kotlin SDK")
|
||||
name.set("Jellyfin Kotlin SDK - $artifactId")
|
||||
description.set("Official Kotlin/Java SDK for Jellyfin. ${groupId}:${artifactId}")
|
||||
url.set("https://github.com/jellyfin/jellyfin-sdk-kotlin")
|
||||
|
||||
scm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user