You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using package distribution
```
./gradlew :distribution:packages:no-jdk-deb:assemble
```
When `true` this include jdk switch the boolean to the correct value
fixopensearch-project#3024
Signed-off-by: Laurent Arnoud <laurent.arnoud@platform.sh>
When using package distribution
```
./gradlew :distribution:packages:no-jdk-deb:assemble
```
When `true` this include jdk switch the boolean to the correct value
fix#3024
Signed-off-by: Laurent Arnoud <laurent.arnoud@platform.sh>
Describe the bug
Currently
./gradlew :distribution:packages:no-jdk-deb:assemble
build still ship the jdk15 in the deb package and use it on runtimeRelated with opensearch-project/opensearch-build#99
To Reproduce
Steps to reproduce the behavior:
./gradlew :distribution:packages:no-jdk-deb:assemble
distribution/packages/deb/build/distributions
/./usr/share/opensearch/jdk/bin/
is present where it should notExpected behavior
/./usr/share/opensearch/jdk
should not be presentPlugins
none
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
I think the issue have been introduced in 83e87f7#diff-f56331345059500af66c2e736bf18b5ee62d763d1d43af57a95a7709da1894ddR344 the second argument should have been kept (its currently true but it should be false for no-jdk build since first arg is jdk now)
On ES 7.10 https://github.com/elastic/elasticsearch/blob/7.10/distribution/packages/build.gradle#L371
The text was updated successfully, but these errors were encountered: