aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'runners/gradle-plugin')
-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'