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@5535f1a6dd
This commit is contained in:
parent
d9776ef7b4
commit
a288dde22f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue