1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Add Deploy Artifacts Support

Fixes gh-7939
This commit is contained in:
Rob Winch
2020-02-05 20:19:02 -06:00
parent b87ea1373d
commit ba4953b057
9 changed files with 212 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
apply plugin: 'maven-bom'
apply from: "$rootDir/gradle/maven-deployment.gradle"
apply from: "$rootDir/gradle/artifactory.gradle"
apply from: "$rootDir/gradle/ossrh.gradle"
apply from: "$rootDir/gradle/deploy-artifacts.gradle"
generatePom.enabled = false
sonarqube.skipProject = true