Skip to content

Commit

Permalink
paper-plugin.yml does not have an authors section
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 20, 2024
1 parent 485ef8d commit 1cb1af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks {
inputs.properties("name" to rootProject.name)
inputs.properties("version" to project.version)
inputs.properties("group" to project.group)
inputs.properties("authors" to project.properties["authors"])
//inputs.properties("authors" to project.properties["authors"])
inputs.properties("description" to project.properties["description"])
inputs.properties("website" to project.properties["website"])

Expand Down

0 comments on commit 1cb1af1

Please sign in to comment.