diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-14 11:25:41 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-14 16:25:44 +0200 |
commit | 84da3dea49ce1db1eb691aabc84e4d117c546eb4 (patch) | |
tree | 03accf2902d5317494d7e37f5cc1e815f1579536 /quick-build.bat | |
parent | f427603edf62df1995c3c4e3dfca301b511bdf5c (diff) | |
download | sonarqube-84da3dea49ce1db1eb691aabc84e4d117c546eb4.tar.gz sonarqube-84da3dea49ce1db1eb691aabc84e4d117c546eb4.zip |
Delete quick-build.bat. No need to maintain a script used by nobody.
Diffstat (limited to 'quick-build.bat')
-rw-r--r-- | quick-build.bat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quick-build.bat b/quick-build.bat deleted file mode 100644 index 8cbe98f2a02..00000000000 --- a/quick-build.bat +++ /dev/null @@ -1,2 +0,0 @@ -set MAVEN_OPTS=-Xmx256m -mvn clean install -Dtest=false -DfailIfNoTests=false %* |