Skip to content

Commit 3af5e0c

Browse files
committed
Bump version, fix build
1 parent ee09927 commit 3af5e0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: ":java: :elasticsearch: Elasticsearch Java API client - {{matrix.workflow}}"
33
agents:
44
provider: "gcp"
5-
branches: [ "main", "8.10" ]
5+
branches: [ "main", "8.10", "7.17" ]
66
matrix:
77
setup:
88
workflow:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636

3737
// Find git information.
3838
// The ".git" directory may not exist when resolving dependencies in the Docker image build
39-
if (File(rootProject.rootDir, ".git").exists()) {
39+
if (File(rootProject.rootDir, ".git").isDirectory()) {
4040
val grgit = org.ajoberstar.grgit.Grgit.open(mapOf("currentDir" to rootProject.rootDir))
4141
rootProject.extra["gitHashFull"] = grgit.head().id
4242
rootProject.extra["gitCommitTime"] = grgit.head().dateTime.withZoneSameLocal(java.time.ZoneOffset.UTC)

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.17.14
1+
7.17.15

0 commit comments

Comments
 (0)