Artifactory defaults to publish mavenJava Publication

Closes gh-9772
This commit is contained in:
Rob Winch 2021-05-18 15:26:21 -05:00
parent d203235567
commit 8a4ee8af43
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ class ArtifactoryPlugin implements Plugin<Project> {
password = artifactoryPassword password = artifactoryPassword
} }
} }
defaults {
publications('mavenJava')
}
} }
} }
} }