mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-13 01:11:25 +01:00
replace authors in plugin.yml on compile
This commit is contained in:
parent
705851c60b
commit
ec23c3fe51
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user