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.
 
 
 
 

5 righe
320 B

  1. @echo off
  2. copy /Y src\main\webapp\WEB-INF\classes\log4j.properties.prod src\main\webapp\WEB-INF\classes\log4j.properties
  3. copy /Y src\main\webapp\WEB-INF\app.properties.prod src\main\webapp\WEB-INF\app.properties
  4. copy /Y src\main\webapp\META-INF\context.xml.2fi src\main\webapp\META-INF\context.xml
  5. call gradlew clean war