1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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 -1
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 {