replace authors in plugin.yml on compile

This commit is contained in:
Ryder Belserion 2024-07-11 20:25:40 -04:00
parent 705851c60b
commit ec23c3fe51
No known key found for this signature in database

View File

@ -79,6 +79,7 @@ tasks {
inputs.properties("group" to project.group)
inputs.properties("apiVersion" to libs.versions.minecraft.get())
inputs.properties("description" to project.properties["description"])
inputs.properties("authors" to project.properties["authors"])
inputs.properties("website" to project.properties["website"])
filesMatching("plugin.yml") {