release/1.0.0 #23
@ -72,7 +72,7 @@ notification_name: ¬ification_name Send Notification
|
||||
|
||||
# Basic build options
|
||||
x-step: &default_build_option
|
||||
image: plugins/docker:20.17.4
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dry_run: *dry_run
|
||||
mirror: https://registry.phoenix.ipv64.de
|
||||
@ -118,7 +118,6 @@ steps:
|
||||
trigger:
|
||||
branch:
|
||||
- *branch
|
||||
- feature/*
|
||||
event:
|
||||
- custom
|
||||
|
||||
|
2
warp4j
2
warp4j
@ -687,7 +687,6 @@ function create_optimized_runtime() {
|
||||
if [[ $JAVA_VERSION_BASE -ge 13 ]]; then
|
||||
strip_debug=strip-java-debug-attributes
|
||||
fi
|
||||
echo "$JLINK --no-header-files --no-man-pages --$strip_debug --module-path '$jmods' --add-modules $MODULES --output '$BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR'"
|
||||
"$JLINK" \
|
||||
--no-header-files \
|
||||
--no-man-pages \
|
||||
@ -742,7 +741,6 @@ function warp_targets() {
|
||||
if [[ ${TARGETS[*]} == *"$LIN"* ]]; then
|
||||
echo "Warping for $LIN..."
|
||||
mkdir -p "$WARPED_TEMP_PATH/$LIN"
|
||||
echo "warp-packer --arch linux-x64 --input_dir '$BUNDLES_PATH/$LIN' --exec '$LAUNCHER_NAME.sh' --output '$WARPED_TEMP_PATH/$LIN/$APP_NAME'"
|
||||
warp-packer \
|
||||
--arch linux-x64 \
|
||||
--input_dir "$BUNDLES_PATH/$LIN" \
|
||||
|
Loading…
Reference in New Issue
Block a user