mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-18 16:17:45 +01:00
[ci skip] Replace GitHub link to hangar/viaversion.com sub link (#766)
This commit is contained in:
parent
1bf5f7408b
commit
3511ba3c67
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user