diff --git a/README.md b/README.md index fb58b3164..e1d9e8c02 100644 --- a/README.md +++ b/README.md @@ -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: -------- diff --git a/build.gradle.kts b/build.gradle.kts index 23c4c9823..bd8cbe751 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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." }