We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0d2f0 commit 3382d36Copy full SHA for 3382d36
build.gradle
@@ -9,7 +9,6 @@ defaultTasks 'clean', 'buildAll'
9
apply plugin: 'java'
10
11
def baseVersion = '3.0.2'
12
-def snapshot = true
13
14
def branch = 'cypress'
15
@@ -54,7 +53,7 @@ if (!project.hasProperty("elasticsearchVersion")) {
54
53
}
55
56
group = 'com.couchbase'
57
-version = baseVersion + "-" + branch + "-es" + ext.elasticsearchVersion + (snapshot ? "-SNAPSHOT" : "")
+version = baseVersion + "-" + branch + "-es" + ext.elasticsearchVersion
58
59
sourceCompatibility = 1.8
60
targetCompatibility = 1.8
0 commit comments