Skip to content

Commit

Permalink
Fix ES version number in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanholl committed Oct 2, 2021
1 parent c8c97f4 commit f0f98c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.mgk.gradle.*

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

repositories {
Expand Down

0 comments on commit f0f98c3

Please sign in to comment.