We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33901a commit b0cfdfcCopy full SHA for b0cfdfc
gradle-plugin/build.gradle.kts
@@ -46,13 +46,9 @@ kotlin {
46
}
47
48
49
-tasks.named("validatePlugins").configure {
50
- onlyIf {
51
- // while traversing classpath, this hits a class not found issue.
52
- // Disabled until gradle kotlin version and our kotlin version matches
53
- // java.lang.ClassNotFoundException: org/jetbrains/kotlin/compilerRunner/KotlinLogger
54
- false
55
- }
+tasks.validatePlugins {
+ // TODO: https://github.com/gradle/gradle/issues/22600
+ enableStricterValidation = true
56
57
58
gradlePlugin {
0 commit comments