1
0
mirror of synced 2026-08-06 10:18:52 +00:00

Remove springIoVersion

This commit is contained in:
Rob Winch
2017-05-08 22:45:40 -05:00
parent 514f0053cc
commit 4fdf343045
Vendored
+1 -1
View File
@@ -44,7 +44,7 @@ try {
node {
checkout scm
try {
sh "./gradlew clean springIoCheck -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
} catch(Exception e) {
currentBuild.result = 'FAILED: springio'
throw e