3 lines
62 B
Bash
3 lines
62 B
Bash
#!/bin/sh
|
|
echo "Setting up projects"
|
|
./gradlew applyAllPatches |
#!/bin/sh
|
|
echo "Setting up projects"
|
|
./gradlew applyAllPatches |