OpenSearch/distribution/archives
Romain Tartière ea0fe7bfae
Allow building on FreeBSD (#1091)
* Allow building on FreeBSD

With this set of change, we are able to successfuly run:

```
./gradlew publishToMavenLocal -Dbuild.snapshot=false
```

This step is used in the OpenSearch repository context when building
plugins in the current state of the CI.

While here, reorder OS conditions alphabetically.

Before building, the openjdk14 package was installed and the environment
was adjusted to use it:

```
sudo pkg install openjdk14
export JAVA_HOME=/usr/local/openjdk14/
export PATH=$JAVA_HOME/bin:$PATH
```

Signed-off-by: Romain Tartière <romain@blogreen.org>

* Unbreak CI with FreeBSD support

Signed-off-by: dblock <dblock@dblock.org>

Co-authored-by: dblock <dblock@dblock.org>
2021-10-14 14:42:28 -04:00
..
darwin-tar Remove the oss string from OpenSearch distributions (#575) 2021-04-20 09:27:40 -07:00
integ-test-zip [License] Add SPDX License Header to security policies (#531) 2021-04-12 22:59:36 -05:00
linux-arm64-tar Renaming CPU architecture to have consistent naming (#612) 2021-04-26 09:40:09 -07:00
linux-tar Remove the oss string from OpenSearch distributions (#575) 2021-04-20 09:27:40 -07:00
no-jdk-darwin-tar Remove the oss string from OpenSearch distributions (#575) 2021-04-20 09:27:40 -07:00
no-jdk-linux-tar Remove the oss string from OpenSearch distributions (#575) 2021-04-20 09:27:40 -07:00
no-jdk-windows-zip Remove the oss string from OpenSearch distributions (#575) 2021-04-20 09:27:40 -07:00
windows-zip Remove the oss string from OpenSearch distributions (#575) 2021-04-20 09:27:40 -07:00
build.gradle Allow building on FreeBSD (#1091) 2021-10-14 14:42:28 -04:00