Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit b5dfe4d

Browse files
committed
Merge pull request #17 from cloudant/9-client-version
Updated gradle to java-cloudant 2.3
2 parents 551da09 + 9a72ec2 commit b5dfe4d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ subprojects {
3030
repositories {
3131
mavenLocal()
3232
mavenCentral()
33-
//TODO remove reference to snapshot repo when we can use a released java-cloudant
34-
maven {
35-
url 'http://oss.sonatype.org/content/repositories/snapshots'
36-
}
3733
}
3834

3935
// Additional configurations for javadoc
@@ -48,7 +44,7 @@ subprojects {
4844

4945
dependencies {
5046
// Cloudant client (java-cloudant) version
51-
def javaCloudantVersion = '2.2.1-SNAPSHOT' //TODO change after java-cloudant release
47+
def javaCloudantVersion = '2.3.0'
5248
// Dependency on java-cloudant
5349
compile group: 'com.cloudant', name: 'cloudant-client', version: javaCloudantVersion
5450
// Dependencies for inheriting javadoc and creating doc links

0 commit comments

Comments
 (0)