Skip to content

Commit

Permalink
Adjusted comments in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Dec 29, 2022
1 parent 9d994d1 commit 7798b9a
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 @@ -41,7 +41,7 @@ subprojects {
options.encoding = "UTF-8"
}

// Replace '${name}', '${version}', and '${website}' in 'plugin.yml'
// Replace '${name}' and '${version}' in 'plugin.yml'
processResources {
filesMatching("**/plugin.yml") {
expand("name" to project.name, "version" to project.version)
Expand Down

0 comments on commit 7798b9a

Please sign in to comment.