From 16208b2a7f3462a9bbed3aab031d472a99ae5c16 Mon Sep 17 00:00:00 2001 From: KennyTV Date: Thu, 25 Feb 2021 10:21:11 +0100 Subject: [PATCH] Update README --- README.md | 5 +++++ build.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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." }