Fix snapshot build

Fixes gh-5402
This commit is contained in:
Joe Grandja 2018-06-01 11:01:37 -04:00
parent fe979aa996
commit 1ee3c765f6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ try {
node {
checkout scm
try {
sh "./gradlew clean test -PspringVersion='5.+' -PreactorVersion=Bismuth-BUILD-SNAPSHOT -PspringDataVersion=Kay-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
sh "./gradlew clean test -PspringVersion='5.0.+' -PreactorVersion=Bismuth-BUILD-SNAPSHOT -PspringDataVersion=Kay-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
} catch(Exception e) {
currentBuild.result = 'FAILED: snapshots'
throw e