Spring-Security-Samples/sync-gradle-properties.sh

4 lines
109 B
Bash
Executable File

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