mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +00:00
- Auto upload snapshots to maven
This commit is contained in:
parent
15d28cccf2
commit
011105c9ee
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ tasks.withType(JavaCompile) {
|
|||
tasks {
|
||||
build {
|
||||
dependsOn(shadowJar)
|
||||
if (getVersion().toString().toLowerCase().endsWith("-snapshot"))
|
||||
{
|
||||
dependsOn(publishPlexSnapshotsPublicationToMaven2Repository)
|
||||
}
|
||||
}
|
||||
|
||||
javadoc {
|
||||
|
|
Loading…
Reference in a new issue