File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
node {
49
49
checkout scm
50
50
try {
51
- sh " ./gradlew clean test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=Californium -BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
51
+ sh " ./gradlew clean test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=Dysprosium -BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
52
52
} catch (Exception e) {
53
53
currentBuild. result = ' FAILED: snapshots'
54
54
throw e
Original file line number Diff line number Diff line change 1
1
if (! project. hasProperty(' reactorVersion' )) {
2
- ext. reactorVersion = ' Californium-SR6 '
2
+ ext. reactorVersion = ' Dysprosium-M1 '
3
3
}
4
4
5
5
if (! project. hasProperty(' springVersion' )) {
You can’t perform that action at this time.
0 commit comments