File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
- label : " :java: :elasticsearch: Elasticsearch Java API client - {{matrix.workflow}}"
3
3
agents :
4
4
provider : " gcp"
5
- branches : [ "main", "8.10" ]
5
+ branches : [ "main", "8.10", "7.17" ]
6
6
matrix :
7
7
setup :
8
8
workflow :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allprojects {
36
36
37
37
// Find git information.
38
38
// 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 ()) {
40
40
val grgit = org.ajoberstar.grgit.Grgit .open(mapOf (" currentDir" to rootProject.rootDir))
41
41
rootProject.extra[" gitHashFull" ] = grgit.head().id
42
42
rootProject.extra[" gitCommitTime" ] = grgit.head().dateTime.withZoneSameLocal(java.time.ZoneOffset .UTC )
Original file line number Diff line number Diff line change 1
- 7.17.14
1
+ 7.17.15
You can’t perform that action at this time.
0 commit comments