We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5b66a commit 8352d6fCopy full SHA for 8352d6f
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