File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
radar-jersey/src/main/kotlin/org/radarbase/jersey/service/managementportal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313
1414allprojects {
1515 group = " org.radarbase"
16- version = " 0.9.3 "
16+ version = " 0.9.4 "
1717}
1818
1919subprojects {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class MPClientFactory(
1414) : Supplier<MPClient> {
1515 override fun get (): MPClient = MPClient (
1616 serverConfig = MPClient .MPServerConfig (
17- url = requireNotNull(authConfig.managementPortal.httpUrl ) { " ManagementPortal client needs a URL" }.toString(),
17+ url = requireNotNull(authConfig.managementPortal.url ) { " ManagementPortal client needs a URL" }.toString(),
1818 clientId = requireNotNull(authConfig.managementPortal.clientId) { " ManagementPortal client needs a client ID" },
1919 clientSecret = requireNotNull(authConfig.managementPortal.clientSecret) { " ManagementPortal client needs a client secret" },
2020 ),
You can’t perform that action at this time.
0 commit comments