mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27: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 {
|
tasks {
|
||||||
build {
|
build {
|
||||||
dependsOn(shadowJar)
|
dependsOn(shadowJar)
|
||||||
|
if (getVersion().toString().toLowerCase().endsWith("-snapshot"))
|
||||||
|
{
|
||||||
|
dependsOn(publishPlexSnapshotsPublicationToMaven2Repository)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
|
Loading…
Reference in New Issue
Block a user