Skip to content

Commit a060c0a

Browse files
authored
Revert "build no-jdk distributions as part of release build (opensearch-project#4902)" (opensearch-project#5465)
This reverts commit 8c9ca4e. It seems that this wasn't entirely the correct way and is currently blocking us from removing the `build.sh` from the `opensearch-build` repository (i.e. this `build.sh` here is not yet being used). See the discussion in opensearch-project/opensearch-build#2835 for further details. Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com> Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
1 parent bea27b8 commit a060c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ esac
139139

140140
echo "Building OpenSearch for $PLATFORM-$DISTRIBUTION-$ARCHITECTURE"
141141

142-
./gradlew :distribution:$TYPE:$TARGET:assemble :distribution:$TYPE:no-jdk-$TARGET:assemble -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
142+
./gradlew :distribution:$TYPE:$TARGET:assemble -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
143143

144144
# Copy artifact to dist folder in bundle build output
145145
[[ "$SNAPSHOT" == "true" ]] && IDENTIFIER="-SNAPSHOT"

0 commit comments

Comments
 (0)