[ci skip] Replace GitHub link to hangar/viaversion.com sub link (#766)

This commit is contained in:
EnZaXD 2024-05-30 10:43:20 +02:00 committed by GitHub
parent 1bf5f7408b
commit 3511ba3c67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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