Skip to content

Commit

Permalink
Removed unused file. Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nek4life committed Apr 8, 2021
1 parent 578ae99 commit 6865002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tasks {
// Extract the <!-- Plugin description --> 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 = "<!-- Plugin description -->"
val end = "<!-- Plugin description end -->"

Expand Down

This file was deleted.

0 comments on commit 6865002

Please sign in to comment.