File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
instrumentation/okhttp/okhttp-3.0/library Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3838
3939 # don't need to free disk space (which takes time) since running on larger machine
4040
41+ - name : Set up JDK 11
42+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
43+ with :
44+ distribution : temurin
45+ java-version : 11
46+
4147 - name : Set up JDK for running Gradle
4248 uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4349 with :
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ import io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry;
3939import okhttp3.Call ;
4040import okhttp3.OkHttpClient ;
4141
42- import java.util.concurrent.ExecutorService ;
43-
4442public class OkHttpConfiguration {
4543
4644 // Use this Call.Factory implementation for making standard http client calls.
You can’t perform that action at this time.
0 commit comments