Skip to content

Commit

Permalink
build: update build.gradle.kts to expand version and description in p…
Browse files Browse the repository at this point in the history
…aper-plugin.yml.
  • Loading branch information
rexlManu committed Jun 23, 2023
1 parent bed5266 commit fe55ca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ tasks {
}
processResources {
filesMatching("paper-plugin.yml") {
expand("version" to project.version)
expand("description" to project.description)
expand("version" to project.version, "description" to project.description)
}
filteringCharset = Charsets.UTF_8.name()

Expand Down

0 comments on commit fe55ca2

Please sign in to comment.