Fixing multiple errors #15

Merged
David merged 10 commits from feature/debugging_build_step into develop 2024-05-15 11:15:06 +02:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 1b57d73186 - Show all commits

View File

@ -72,7 +72,7 @@ notification_name: &notification_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
View File

@ -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" \