Add Deploy Artifacts Support

This commit is contained in:
Rob Winch
2020-05-01 16:50:56 -05:00
parent bb92e1dd30
commit 04da00488a
9 changed files with 212 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ apply from: MAVEN_DEPLOYMENT_SCRIPT
apply from: RELEASE_CHECKS_SCRIPT
apply from: SPRING_SNAPSHOT_TEST_SCRIPT
apply plugin: 'spring-io'
apply from: "${GRADLE_SCRIPT_DIR}/artifactory.gradle"
apply from: "${GRADLE_SCRIPT_DIR}/ossrh.gradle"
apply from: "${GRADLE_SCRIPT_DIR}/deploy-artifacts.gradle"
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Athens-RELEASE'