[ci skip] Link to GH releases (#1970)

chore: Link to GH releases
This commit is contained in:
Alexander Brandes
2022-10-04 13:28:10 +02:00
committed by GitHub
parent 2e386ea391
commit ad38d88642
2 changed files with 3 additions and 3 deletions

View File

@ -199,5 +199,7 @@ tasks {
uploadFile.set(file("build/libs/${rootProject.name}-Bukkit-${project.version}.jar"))
gameVersions.addAll(listOf("1.19.2", "1.19.1", "1.19", "1.18.2", "1.17.1", "1.16.5"))
loaders.addAll(listOf("paper", "purpur", "spigot"))
changelog.set("The changelog is available on GitHub: https://github.com/IntellectualSites/" +
"FastAsyncWorldEdit/releases/tag/${project.version}")
}
}