OpenSearch/buildSrc/src
Mark Vieira 777f6d5da6
Fix extraction of notarized Elasticsearch release distribution (#49511)
This commit introduces a workaround for an issue related to our recent
notarization of distributions starting with the 6.8.5 release. An
unintended side effect of notarization was that the file entries of the
release tar all have a `./` prefix in the path. This causes a number of
issues, not least of which is that our Gradle extract tasks end up
copying an empty fileset to the destination directory. The workaround
here is imply to remove the leading `./` path segment from each file
when performing the extraction. For more details see this issue:
https://github.com/elastic/elasticsearch/issues/49417
2019-11-22 17:19:47 -08:00
..
main Fix extraction of notarized Elasticsearch release distribution (#49511) 2019-11-22 17:19:47 -08:00
minimumRuntime/java/org/elasticsearch/gradle Provision the correct JDK for test tasks (#48561) 2019-11-18 10:28:02 +02:00
test Fix testUnkownPlatform (#49235) 2019-11-18 13:03:23 +01:00
testKit Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00