Skip to content

Commit f0f98c3

Browse files
committed
Fix ES version number in Gradle
1 parent c8c97f4 commit f0f98c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.github.mgk.gradle.*
22

33
buildscript {
44
ext {
5-
es_version = version.replaceAll(/-.+$/, "")
5+
es_version = version.replaceAll(/\.[0-9]+(|-.+)$/, "")
66
}
77

88
repositories {

0 commit comments

Comments
 (0)