do this instead

This commit is contained in:
Telesphoreo 2022-02-25 17:55:02 -06:00
parent ed3aaa5692
commit 8b4a5d64a0
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@ tasks {
build {
dependsOn(shadowJar)
if (System.getenv("plex_repo_user") != null && System.getenv("plex_repo_pass") != null) {
dependsOn(publishPlexReleasesPublicationToMavenRepository)
if (!getVersion().toString().toLowerCase().endsWith("-snapshot")) {
dependsOn(publishPlexReleasesPublicationToMavenRepository)
}
}
}