diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-14 13:13:34 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-14 13:13:34 +0300 |
commit | 17ab40f3854c3fa0b65e0fb3d881a2700a0b3d3d (patch) | |
tree | d8f66a4b4e675816a6abba2e5c2da50fa5e6ed91 /runners/gradle-plugin/build.gradle | |
parent | 7d9cba1e6707ff01eb407f87f59fdf400777cce2 (diff) | |
download | dokka-17ab40f3854c3fa0b65e0fb3d881a2700a0b3d3d.tar.gz dokka-17ab40f3854c3fa0b65e0fb3d881a2700a0b3d3d.tar.bz2 dokka-17ab40f3854c3fa0b65e0fb3d881a2700a0b3d3d.zip |
Take intellij-core-analysis back
Use plain maven-like repository to resolve it,
remove usage of gradle-intellij-plugin
Diffstat (limited to 'runners/gradle-plugin/build.gradle')
-rw-r--r-- | runners/gradle-plugin/build.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runners/gradle-plugin/build.gradle b/runners/gradle-plugin/build.gradle index 5af6b427..fff58092 100644 --- a/runners/gradle-plugin/build.gradle +++ b/runners/gradle-plugin/build.gradle @@ -10,6 +10,14 @@ tasks.withType(AbstractCompile) { classpath += configurations.shadow } + +compileKotlin { + + kotlinOptions { + freeCompilerArgs += "-Xjsr305-annotations=strict" + } + +} dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' |