/build_file.bat
Batch | 10 lines | 5 code | 5 blank | 0 comment | 0 complexity | d8aa301980efb5be3a534740c5d2f861 MD5 | raw file
Possible License(s): Apache-2.0
1@echo off 2 3cd ftr-gwt-library-file 4 5mvn --offline clean install 6 7 8cd .. 9 10@echo ON