File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ buildscript {
7
7
ext {
8
8
opensearch_group = " org.opensearch"
9
9
opensearch_version = System . getProperty(" opensearch.version" , " 2.0.0-alpha1-SNAPSHOT" )
10
+ isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
11
+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1" )
10
12
kotlin_version = System . getProperty(" kotlin.version" , " 1.6.10" )
11
13
}
12
14
@@ -38,11 +40,6 @@ repositories {
38
40
maven { url " https://aws.oss.sonatype.org/content/repositories/snapshots" }
39
41
}
40
42
41
- ext {
42
- isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
43
- buildVersionQualifier = System . getProperty(" build.version_qualifier" )
44
- }
45
-
46
43
allprojects {
47
44
group ' org.opensearch.commons'
48
45
version = opensearch_version. tokenize(' -' )[0 ] + ' .0'
You can’t perform that action at this time.
0 commit comments