785ee34453
- build using gradle - launch from outside flex builder
8 lines
50 B
Bash
Executable File
8 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
rm -rf build/*
|
|
gradle build
|
|
|