Skip to content

Commit

Permalink
Replace space also
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 11, 2024
1 parent 7968426 commit 448ec23
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 @@ -121,7 +121,7 @@ val projectName = providers.gradleProperty("projectName").get()
val pascalCaseProjectName = pascalcase(projectName)

bukkitPluginYaml {
name = pascalCaseProjectName.replace(Regex("Plugin$"), "")
name = pascalCaseProjectName.replace(Regex(" Plugin$"), "")
description = project.description

authors = projectAuthors
Expand Down

0 comments on commit 448ec23

Please sign in to comment.