sync-gradle-properties.sh 111 B

123
  1. #!/bin/sh
  2. find . -mindepth 2 -name build.gradle | xargs -I {} sh -c "dirname {} | xargs cp gradle.properties"