diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-09 21:43:37 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-09 21:43:37 +0300 |
commit | 4626531f95e60e03086da163cde5edf5411a8d9b (patch) | |
tree | 40918b09816617c7c793a016757afd93725319b7 /gradle.properties | |
parent | f3c83f4751814984fb9aedeb991725620a287f33 (diff) | |
download | dokka-4626531f95e60e03086da163cde5edf5411a8d9b.tar.gz dokka-4626531f95e60e03086da163cde5edf5411a8d9b.tar.bz2 dokka-4626531f95e60e03086da163cde5edf5411a8d9b.zip |
Drop dependency on intellij-core-analysis
Instead of it, download idea.jar and manually strip it
Also, depends on same as kotlin-compiler openapi version
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 516cd0eb..29da4702 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,9 @@ kotlin_compiler_version=1.2.20-dev-65 kotlin_compiler_to_compile_core_version=1.2.0-rc-39 kotlin_for_gradle_version=1.0.7 +#IntelliJ plugin to download openapi.jar +gradle_intellij_plugin_version=0.3.0-SNAPSHOT + ant_version=1.9.6 #Maven plugin dependencies |