Skip to content

Commit e570065

Browse files
committed
Revert "build no-jdk distributions as part of release build (opensearch-project#4902)"
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 <[email protected]>
1 parent 913cb3a commit e570065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
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)