From a288dde22f8d8bd2d50b62b5b24fcf03243c3351 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 20 Dec 2017 18:49:01 -0500 Subject: [PATCH] SQL: Build CLI against compact profile again (elastic/x-pack-elasticsearch#3392) Months ago SQL used `Desktop#open` to view the results of graphviz description of plans. We've since removed this feature in favor of just writing the file. So now we can build the CLI against the same java profile that we build everything agianst. Original commit: elastic/x-pack-elasticsearch@5535f1a6dd849f4771519d2a8fb87785ddda3f3f --- sql/cli/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/sql/cli/build.gradle b/sql/cli/build.gradle index e3e7d62228a..e1146ece4b5 100644 --- a/sql/cli/build.gradle +++ b/sql/cli/build.gradle @@ -46,9 +46,6 @@ jar { } } -// Needed so we can launch graphviz if it is installed -project.compactProfile = 'full' - thirdPartyAudit.excludes = [ 'org.apache.sshd.client.SshClient', 'org.apache.sshd.client.auth.keyboard.UserInteraction',