X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11..438c1957f41643650b9a54419179c9228cd6fa6c:/doc/sdk/java-v2/index.html.textile.liquid diff --git a/doc/sdk/java-v2/index.html.textile.liquid b/doc/sdk/java-v2/index.html.textile.liquid index 0a8953a661..ad9f0e1a9d 100644 --- a/doc/sdk/java-v2/index.html.textile.liquid +++ b/doc/sdk/java-v2/index.html.textile.liquid @@ -16,7 +16,7 @@ h2. Using the SDK The SDK is packaged as a JAR named @arvados-java-.jar@, which is published to Maven Central and can be included using Maven, Gradle, or by hand. -Here is an example @build.gradle@ file that uses the Arados java sdk: +Here is an example @build.gradle@ file that uses the Arvados java sdk:
 apply plugin: 'application'
@@ -32,7 +32,7 @@ application {
 }
 
 dependencies {
-    api 'org.arvados:arvados-java-sdk:0.1.0'
+    api 'org.arvados:arvados-java-sdk:0.1.1'
 }
 
@@ -137,10 +137,10 @@ Dependencies:
-$ git clone https://github.com/curoverse/arvados.git
+$ git clone https://github.com/arvados/arvados.git
 $ cd arvados/sdk/java-v2
 $ gradle test
-$ gradle jar
+$ gradle jar -Pversion=0.1.1
 
-This will build the SDK and run all unit tests, then generate an Arvados Java sdk jar file in build/libs/arvados-java-2.0.0.jar +This will build the SDK and run all unit tests, then generate an Arvados Java sdk jar file in build/libs/arvados-java-0.1.1.jar