Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekanich committed Jun 25, 2024
1 parent c2c0d92 commit 55f224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ tasks {
untilBuild = ""

// Extract the <!-- Plugin description --> 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 = "<!-- Plugin description -->"
val end = "<!-- Plugin description end -->"

Expand Down

0 comments on commit 55f224e

Please sign in to comment.