Set rsocketVersion to 1.0.+

Closes gh-9006
This commit is contained in:
Joe Grandja 2020-09-09 12:03:42 -04:00
parent 94bc19747d
commit 8615c4a601
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.+"
}
if (!project.hasProperty("rsocketVersion")) {
ext.rsocketVersion = "1.+"
ext.rsocketVersion = "1.0.+"
}
if (!project.hasProperty("locksDisabled")) {
dependencyLocking {