Add springSnapshotTest

Fixes gh-419
This commit is contained in:
Rob Winch
2016-09-30 09:52:37 -05:00
parent c3326cf658
commit ae02648ae2
3 changed files with 26 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
apply from: JAVA_SCRIPT
apply from: MAVEN_DEPLOYMENT_SCRIPT
apply from: RELEASE_CHECKS_SCRIPT
apply from: SPRING_SNAPSHOT_TEST_SCRIPT
apply plugin: 'spring-io'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Athens-BUILD-SNAPSHOT'