Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- #!/bin/bash
- cp src/main/webapp/WEB-INF/classes/log4j.properties.prod src/main/webapp/WEB-INF/classes/log4j.properties
- cp src/main/webapp/WEB-INF/app.properties.prod src/main/webapp/WEB-INF/app.properties
- rm -rf src/main/webapp/META-INF/context.xml
- bash ./gradlew clean war
|