File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
instrumentation/async-http-client/async-http-client-1.8/javaagent Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,9 @@ targets:
337337 - type : gradle
338338 path : ./
339339 target : ' :instrumentation:armeria:armeria-grpc-1.14:javaagent'
340+ - type : gradle
341+ path : ./
342+ target : ' :instrumentation:async-http-client:async-http-client-1.8:javaagent'
340343 - type : gradle
341344 path : ./
342345 target : ' :instrumentation:async-http-client:async-http-client-1.9:javaagent'
Original file line number Diff line number Diff line change @@ -20,9 +20,8 @@ dependencies {
2020 testInstrumentation(project(" :instrumentation:netty:netty-3.8:javaagent" ))
2121 testInstrumentation(project(" :instrumentation:async-http-client:async-http-client-1.9:javaagent" ))
2222 testInstrumentation(project(" :instrumentation:async-http-client:async-http-client-2.0:javaagent" ))
23-
24- // For testLatestDeps, use the latest 1.8.x version to maintain API compatibility
25- latestDepTestLibrary(" com.ning:async-http-client:1.8.+" )
23+
24+ latestDepTestLibrary(" com.ning:async-http-client:1.8.+" ) // see async-http-client-1.9 module
2625}
2726
2827tasks {
You can’t perform that action at this time.
0 commit comments