Spring-Security-Samples/sync-gradle-properties.sh
2020-08-27 15:21:19 -05:00

4 lines
109 B
Bash
Executable File

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