Include website url in plugin.yml (#3897)

This commit is contained in:
EnZaXD 2024-05-31 09:40:12 +02:00 committed by GitHub
parent 2a088c08ed
commit 2dad770d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ tasks {
// Variable replacements
processResources {
filesMatching(listOf("plugin.yml", "fabric.mod.json")) {
expand("version" to project.version, "description" to project.description)
expand("version" to project.version, "description" to project.description, "url" to "https://viaversion.com")
}
}
javadoc {

View File

@ -3,6 +3,7 @@ main: com.viaversion.viaversion.ViaVersionPlugin
authors: [ _MylesC, creeper123123321, Gerrygames, kennytv, Matsv, EnZaXD, RK_01 ]
version: ${version}
description: ${description}
website: ${url}
api-version: 1.13
folia-supported: true
loadbefore: [ ProtocolLib ]