diff --git a/client-templates/github/accept.json.sample b/client-templates/github/accept.json.sample index cef314953..8425a1995 100644 --- a/client-templates/github/accept.json.sample +++ b/client-templates/github/accept.json.sample @@ -51,6 +51,22 @@ "path": "commits.*.modified.*", "value": "pom.xml" }, + { + "path": "commits.*.added.*", + "value": "build.gradle" + }, + { + "path": "commits.*.modified.*", + "value": "build.gradle" + }, + { + "path": "commits.*.added.*", + "value": "build.sbt" + }, + { + "path": "commits.*.modified.*", + "value": "build.sbt" + }, { "path": "commits.*.added.*", "value": "yarn.lock"