mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Fix: Used wrong version in Plugin API (not inherited from rootProject)
This commit is contained in:
@@ -17,7 +17,7 @@ mavenPublishing {
|
|||||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||||
signAllPublications()
|
signAllPublications()
|
||||||
|
|
||||||
coordinates(project.group.toString(), project.name, project.version.toString())
|
coordinates(project.group.toString(), project.name, rootProject.version.toString())
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Gameyfin Plugin API"
|
name = "Gameyfin Plugin API"
|
||||||
|
|||||||
Reference in New Issue
Block a user