mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 19:50:42 +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 {
|
tasks {
|
||||||
build {
|
build {
|
||||||
dependsOn(shadowJar)
|
dependsOn(shadowJar)
|
||||||
|
if (getVersion().toString().toLowerCase().endsWith("-snapshot"))
|
||||||
|
{
|
||||||
|
dependsOn(publishPlexSnapshotsPublicationToMaven2Repository)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
|
|
Loading…
Reference in a new issue