File tree 2 files changed +1
-3
lines changed
src/main/kotlin/com/coder/gateway
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ val copyPlugin by tasks.creating(Sync::class.java) {
111
111
" core-api" ,
112
112
" ui-api" ,
113
113
" annotations" ,
114
- " okhttp" ,
115
- " okio" ,
116
114
" slf4j" ,
117
115
).any { file.name.contains(it) }
118
116
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class CoderGatewayExtension : RemoteDevExtension {
17
17
// All services must be passed in here and threaded as necessary.
18
18
override fun createRemoteProviderPluginInstance (serviceLocator : ServiceLocator ): RemoteProvider {
19
19
return CoderRemoteProvider (
20
- serviceLocator.getService( OkHttpClient :: class .java ),
20
+ OkHttpClient ( ),
21
21
serviceLocator.getService(RemoteEnvironmentConsumer ::class .java),
22
22
serviceLocator.getService(CoroutineScope ::class .java),
23
23
serviceLocator.getService(ToolboxUi ::class .java),
You can’t perform that action at this time.
0 commit comments