From d0e4485d421360ff3967bc5fe20ca08086b742c8 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 3 Jun 2016 12:48:45 -0400 Subject: Move NamingConventionsCheck into buildSrc This will let things that don't depend on :test:framework like the client use it. Also skip initializing the classes we check because we don't care about their initialization behavior because we're not executing them. This makes the naming conventions check pretty close to instant from a "human eye" perspective. --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 5c6ec36693..e78876a84c 100644 --- a/build.gradle +++ b/build.gradle @@ -160,6 +160,7 @@ subprojects { them as external dependencies so the build plugin that we use can be used to build elasticsearch plugins outside of the elasticsearch source tree. */ ext.projectSubstitutions = [ + "org.elasticsearch.gradle:build-tools:${version}": ':build-tools', "org.elasticsearch:rest-api-spec:${version}": ':rest-api-spec', "org.elasticsearch:elasticsearch:${version}": ':core', "org.elasticsearch.test:framework:${version}": ':test:framework', -- cgit v1.2.3