Set RSocket version to Snapshot in snapshot build
This commit is contained in:
parent
683cb49c9d
commit
3d9de9bcb7
|
@ -89,7 +89,7 @@ try {
|
|||
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
|
||||
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
|
||||
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
|
||||
sh "./gradlew test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=20+ -PspringDataVersion=Lovelace-BUILD-SNAPSHOT -PlocksDisabled --stacktrace"
|
||||
sh "./gradlew test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=20+ -PspringDataVersion=Lovelace-BUILD-SNAPSHOT -PrsocketVersion=1.1.0-SNAPSHOT -PlocksDisabled --stacktrace"
|
||||
}
|
||||
}
|
||||
} catch(Exception e) {
|
||||
|
|
|
@ -12,12 +12,14 @@ if (!project.hasProperty("springDataVersion")) {
|
|||
if (!project.hasProperty("kotlinVersion")) {
|
||||
ext.kotlinVersion = "1.+"
|
||||
}
|
||||
if (!project.hasProperty("rsocketVersion")) {
|
||||
ext.rsocketVersion = "1.+"
|
||||
}
|
||||
if (!project.hasProperty("locksDisabled")) {
|
||||
dependencyLocking {
|
||||
lockAllConfigurations()
|
||||
}
|
||||
}
|
||||
ext.rsocketVersion = "1.+"
|
||||
ext.openSamlVersion = "3.+"
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue