fix watcher to compile with full jdk for now
Original commit: elastic/x-pack-elasticsearch@09897a26eb
This commit is contained in:
parent
445e81bb70
commit
828097b281
|
@ -12,6 +12,9 @@ ext.versions = [
|
|||
okhttp: '2.3.0'
|
||||
]
|
||||
|
||||
// TODO: fix this! https://github.com/elastic/x-plugins/issues/1066
|
||||
ext.compactProfile = 'full'
|
||||
|
||||
dependencies {
|
||||
provided project(path: ':x-plugins:license:plugin', configuration: 'runtime')
|
||||
provided project(path: ':x-plugins:shield', configuration: 'runtime')
|
||||
|
|
Loading…
Reference in New Issue