Skip to content

Commit 33feb6d

Browse files
authored
Fix typo
1 parent 67b4dff commit 33feb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ tasks.withType<Test> {
106106
val enablePluginTests: String? by rootProject
107107
enabled = enablePluginTests == "true"
108108
}
109-
-
109+
110110
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
111111
kotlinOptions {
112112
jvmTarget = "11"

0 commit comments

Comments
 (0)