mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 01:55:47 +01:00
Update README
This commit is contained in:
parent
a0351b8168
commit
16208b2a7f
@ -43,6 +43,11 @@ You can find official dev builds here:
|
||||
|
||||
**Maven Repo:** https://repo.viaversion.com
|
||||
|
||||
Building:
|
||||
--------
|
||||
|
||||
After cloning this repository, build the project with Gradle by running `/gradlew build` and take the created jar out of the `build/libs` directory.
|
||||
|
||||
License:
|
||||
--------
|
||||
|
||||
|
@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "us.myles"
|
||||
version = "3.3.0-21w08a-gradle"
|
||||
version = "3.3.0-21w08a"
|
||||
description = "Allow newer clients to join older server versions."
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user