Solve the problem that module definitions are not in dictionary order (#2576)
This commit is contained in:
parent
196d1b3ee7
commit
c03c800bad
|
@ -60,6 +60,9 @@ include ':instrumentation:akka-actor-2.5:javaagent'
|
|||
include ':instrumentation:akka-http-10.0:javaagent'
|
||||
include ':instrumentation:apache-camel-2.20:javaagent'
|
||||
include ':instrumentation:apache-camel-2.20:javaagent-unittests'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:javaagent'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:library'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:testing'
|
||||
include ':instrumentation:apache-httpasyncclient-4.1:javaagent'
|
||||
include ':instrumentation:apache-httpclient:apache-httpclient-2.0:javaagent'
|
||||
include ':instrumentation:apache-httpclient:apache-httpclient-4.0:javaagent'
|
||||
|
@ -92,9 +95,6 @@ include ':instrumentation:couchbase:couchbase-3.1:javaagent'
|
|||
include ':instrumentation:couchbase:couchbase-testing'
|
||||
include ':instrumentation:dropwizard-views-0.7:javaagent'
|
||||
include ':instrumentation:dropwizard-testing'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:library'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:testing'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:javaagent'
|
||||
include ':instrumentation:eclipse-osgi-3.6:javaagent'
|
||||
include ':instrumentation:elasticsearch:elasticsearch-rest-common:javaagent'
|
||||
include ':instrumentation:elasticsearch:elasticsearch-rest-5.0:javaagent'
|
||||
|
|
Loading…
Reference in New Issue