fix watcher to compile with full jdk for now

Original commit: elastic/x-pack-elasticsearch@09897a26eb
This commit is contained in:
Robert Muir 2015-12-01 14:11:40 -05:00
parent 445e81bb70
commit 828097b281
1 changed files with 3 additions and 0 deletions

View File

@ -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')