aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/build.gradle
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-11-14 13:13:34 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-11-14 13:13:34 +0300
commit17ab40f3854c3fa0b65e0fb3d881a2700a0b3d3d (patch)
treed8f66a4b4e675816a6abba2e5c2da50fa5e6ed91 /runners/gradle-plugin/build.gradle
parent7d9cba1e6707ff01eb407f87f59fdf400777cce2 (diff)
downloaddokka-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.gradle8
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'