diff --git a/sonar/src/main/kotlin/com/bakdata/gradle/SonarPlugin.kt b/sonar/src/main/kotlin/com/bakdata/gradle/SonarPlugin.kt index c0665a0..e55c709 100644 --- a/sonar/src/main/kotlin/com/bakdata/gradle/SonarPlugin.kt +++ b/sonar/src/main/kotlin/com/bakdata/gradle/SonarPlugin.kt @@ -68,7 +68,7 @@ class SonarPlugin : Plugin { project.configure { // smaller versions won't work with kotlin properly - toolVersion = "0.8.3" + toolVersion = "0.8.11" } tasks.withType {