Add client jar for transport-nio (#39860)

This change marks the transport-nio plugin as having a client jar. The
nio transport can be used from a transport client and the
x-pack-transport artifact depends on the transport-nio jar but this jar
is not published. This change marks the transport-nio project as having
a client jar so that the jar may be published in the same way that we
publish the netty4 transport artifact.

The change to actually publish the jar will be handled separately as an
update to the release manager.
This commit is contained in:
Jay Modi 2019-03-12 09:03:41 -06:00 committed by jaymode
parent da67c2f7f8
commit ba40230c7f
No known key found for this signature in database
GPG Key ID: D859847567B3493D
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ apply plugin: "nebula.maven-scm"
esplugin {
description 'The nio transport.'
classname 'org.elasticsearch.transport.nio.NioTransportPlugin'
hasClientJar = true
}
compileJava.options.compilerArgs << "-Xlint:-try"