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

Commit 805e78b

Browse files
committed
Fixed the java-cloudant snapshot version
Using latest.integration causes some issues with maven builds so fix to the latest java-cloudant snapshot version for now, pending the release of that dependency.
1 parent 3e5dea3 commit 805e78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ subprojects {
4848

4949
dependencies {
5050
// Cloudant client (java-cloudant) version
51-
def javaCloudantVersion = 'latest.integration' //TODO change after java-cloudant release
51+
def javaCloudantVersion = '2.2.1-SNAPSHOT' //TODO change after java-cloudant release
5252
// Dependency on java-cloudant
5353
compile group: 'com.cloudant', name: 'cloudant-client', version: javaCloudantVersion
5454
// Dependencies for inheriting javadoc and creating doc links

0 commit comments

Comments
 (0)