preparation for changing updatable columns #161

Merged
hsh-michaelhoennig merged 7 commits from feature/updatable-relation-holder into master 2025-03-03 12:01:45 +01:00
Showing only changes of commit 4a2091770f - Show all commits

View File

@ -109,8 +109,10 @@ function _gwTest1() {
echo "RUNNING gw $@" echo "RUNNING gw $@"
printf -- '-%0.s' {1..80}; echo printf -- '-%0.s' {1..80}; echo
./gradlew "$@" ./gradlew "$@"
local buildResultCode=$?
printf -- '-%0.s' {1..80}; echo printf -- '-%0.s' {1..80}; echo
echo "DONE gw $@" echo "DONE gw $@"
return $buildResultCode
} }
function _gwTest() { function _gwTest() {
. .aliases . .aliases