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