Skip to content

Commit

Permalink
update lucene version to 9.7.0 for es 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DostonAkhmedov committed Oct 13, 2023
1 parent 78eff64 commit dc18998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ object Versions {
EsVersion(7, 13) to "8.8.2",
EsVersion(7, 14) to "8.9.0",
EsVersion(8, 6) to "9.4.2",
EsVersion(8, 10) to "9.4.2",
EsVersion(8, 10) to "9.7.0",
)
}

fun Project.getLibraryVersion(): String {
return rootProject.file("project.version").readLines().first().toUpperCase().removeSuffix("-SNAPSHOT")
return rootProject.file("project.version").readLines().first().uppercase().removeSuffix("-SNAPSHOT")
}

fun Project.getElasticsearchDefaultVersion(): String {
Expand Down

0 comments on commit dc18998

Please sign in to comment.