diff --git a/README.md b/README.md index 24dc3fc4f4..1b67dd4e43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Ti-Client in Java [Under Construction] +## TiKV JAVA Client A Java client for [TiDB](https://github.com/pingcap/tidb)/[TiKV](https://github.com/tikv/tikv). It is supposed to: @@ -9,25 +9,6 @@ It is supposed to: ## How to build -### Gradle - -Alternatively, you can build `tikv-client-java` with gradle. - -The following command will build the project. - -``` -gradle init -gradle clean build -x test -``` - -To make a jar with dependencies - -``` -gradle clean shadowJar -x test -``` - -The jar can be found in `./build/libs/` - ### Maven The alternative way to build a usable jar for testing will be @@ -75,7 +56,7 @@ After building, add following lines into your `pom.xml` if you are using Maven org.tikv tikv-client-java - 2.0-SNAPSHOT + 3.0.0 ```