7 lines
219 B
Bash
7 lines
219 B
Bash
#!/bin/bash
|
|
|
|
source ./path.sh
|
|
|
|
cd "${CURRENT_PATH}"/../aos-supreme && ./mvnw -T 2C clean install -Dmaven.test.skip=true
|
|
cd "${CURRENT_PATH}"/../aos-framework-build && ./mvnw -T 2C clean install -Dmaven.test.skip=true
|