Skip to content

Commit

Permalink
feat(dependencies): enable gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Mar 15, 2024
1 parent c8ba085 commit fff9ab7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ dependencies:
postcopy: |
set -e
test -e dependencies/OMZ-README.md && cat dependencies/OMZ-README.md >> README.md
plugins/gradle:
repo: gradle/gradle-completion
branch: master
version: ea018400d86610d0f79f84debbb33c2d2ef5dbec
precopy: |
set -e
find . ! -name _gradle -delete

0 comments on commit fff9ab7

Please sign in to comment.