Add Bukkit plugin configuration to build script

This commit is contained in:
akastijn 2025-06-28 21:37:06 +02:00
parent 5ced572237
commit 0d31d85fd4

View File

@ -46,3 +46,11 @@ fun download(link: String, path: File) {
}
}
}
bukkit {
name = rootProject.name
main = "$group.${rootProject.name}"
version = gitCommit()
apiVersion = "1.21"
authors = listOf("akastijn")
}