commit | 307ec57eb7c43632fe86d41d41ddd0d56059cd19 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周三 12月 25 10:03:05 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 12月 25 10:03:05 2019 +0800 |
tree | 74ff5da2cc77332fdf3e16efbae5875877319432 | |
parent | 0d72e630a085b57a57371d1a0e550e811c46e369 [diff] [blame] |
优化
diff --git a/Makefile b/Makefile index 0793a4c..23e3cdb 100644 --- a/Makefile +++ b/Makefile
@@ -19,6 +19,9 @@ build: $(GRADLE) build -x test +build_single: + $(GRADLE) -Pno-multi-tenant build -x test + clean: $(GRADLE) clean