Deprecated capability usages refactored.

This commit is contained in:
stfwi 2022-11-13 16:17:56 +01:00
parent bf10562dd2
commit 15cfec9c1a
25 changed files with 67 additions and 76 deletions

View file

@ -16,7 +16,7 @@ else
GRADLE=./gradlew --no-daemon
GRADLE_STOP=./gradlew --stop
endif
TASK=djs ../../zmeta/lib/tasks.js
TASK=djs -s ../../zmeta/lib/tasks.js
wildcardr=$(foreach d,$(wildcard $1*),$(call wildcardr,$d/,$2) $(filter $(subst *,%,$2),$d))