diff --git a/build.gradle.kts b/build.gradle.kts index fab20d5..3cd6317 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -119,7 +119,7 @@ tasks { untilBuild = "" // Extract the section from README.md and provide for the plugin's manifest - pluginDescription = File(projectDir, "README.MD").readText().lines().run { + pluginDescription = File(projectDir, "README.md").readText().lines().run { val start = "" val end = ""