We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2ba815 + 8352d6f commit 00b1e2dCopy full SHA for 00b1e2d
1 file changed
bin/common.sh
@@ -18,7 +18,7 @@ check_gradle_changes() {
18
local command="$1"
19
local message="$2"
20
21
- if echo "$changed_files" | grep -qE '\.(gradle|gradlew|bat)$|settings\.gradle'; then
+ if echo "$changed_files" | grep -qE '(\.gradle|gradlew|\.bat|settings\.gradle|gradle-wrapper\.(properties|jar))$'; then
22
echo "$message"
23
eval "$command"
24
exit 0
0 commit comments