Add Bukkit plugin configuration to build script
This commit is contained in:
parent
5ced572237
commit
0d31d85fd4
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user