Create bukkit.yml on compile

This commit is contained in:
Len 2022-10-19 18:13:28 +02:00
parent e52733f74f
commit 033edd8d06

View File

@ -26,7 +26,7 @@ tasks {
bukkit {
name = project.name
main = "$group.${project.name}"
main = "$group.${rootProject.name}"
version = gitCommit()
apiVersion = "1.19"
authors = listOf("Teriuihi")