mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
Fix complication in distribution/archives/build.gradle
This commit fixes a missing brace in distribution/archives/build.gradle.
This commit is contained in:
parent
90d4437513
commit
046f5bfd9f
@ -61,7 +61,7 @@ CopySpec archiveFiles(CopySpec modulesFiles, String distributionType, String pla
|
||||
with binFiles(distributionType, oss, jdk)
|
||||
}
|
||||
if (jdk) {
|
||||
into("darwin".equals(platform) ? 'jdk.app' : 'jdk')
|
||||
into("darwin".equals(platform) ? 'jdk.app' : 'jdk') {
|
||||
with jdkFiles(project, platform)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user