mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
- Auto upload snapshots to maven
This commit is contained in:
parent
15d28cccf2
commit
011105c9ee
@ -97,6 +97,10 @@ tasks.withType(JavaCompile) {
|
||||
tasks {
|
||||
build {
|
||||
dependsOn(shadowJar)
|
||||
if (getVersion().toString().toLowerCase().endsWith("-snapshot"))
|
||||
{
|
||||
dependsOn(publishPlexSnapshotsPublicationToMaven2Repository)
|
||||
}
|
||||
}
|
||||
|
||||
javadoc {
|
||||
|
Loading…
Reference in New Issue
Block a user