mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Last minute fix
This commit is contained in:
parent
05200178ac
commit
f0f44c9514
@ -100,6 +100,8 @@ tasks {
|
|||||||
if (System.getenv("plex_repo_user") != null && System.getenv("plex_repo_pass") != null) {
|
if (System.getenv("plex_repo_user") != null && System.getenv("plex_repo_pass") != null) {
|
||||||
if (getVersion().toString().toLowerCase().endsWith("-snapshot")) {
|
if (getVersion().toString().toLowerCase().endsWith("-snapshot")) {
|
||||||
dependsOn(publishPlexSnapshotsPublicationToMaven2Repository)
|
dependsOn(publishPlexSnapshotsPublicationToMaven2Repository)
|
||||||
|
} else {
|
||||||
|
dependsOn(publishPlexReleasesPublicationToMavenRepository)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user