Update plugin.yml
This commit is contained in:
parent
308b0965c1
commit
584224577a
|
|
@ -6,7 +6,7 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
|
|||
plugins {
|
||||
id("java")
|
||||
id("java-library")
|
||||
id("net.minecrell.plugin-yml.bukkit") version "0.5.1"
|
||||
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
|
||||
id("xyz.jpenilla.run-paper") version "1.0.6"
|
||||
id("maven-publish")
|
||||
}
|
||||
|
|
@ -102,7 +102,7 @@ bukkit {
|
|||
name = rootProject.name
|
||||
main = "$group.${rootProject.name}"
|
||||
version = "${rootProject.version}-${gitCommit()}"
|
||||
apiVersion = "1.19" // todo update to 1.20
|
||||
apiVersion = "1.20"
|
||||
authors = listOf("destro174")
|
||||
depend = listOf("Vault")
|
||||
softDepend = listOf("GriefPrevention")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user