commit | 8beabcda274c913be804dbbdedb68f9f577b3992 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:48:01 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:48:01 2019 +0800 |
tree | dc83b2f74edb477ec3ae45c67c3b6a47b9275ffc | |
parent | 3103de793c294f415bdd960ae86a905e470b6781 [diff] [blame] |
优化编译问题
diff --git a/build.gradle b/build.gradle index 188a626..5892649 100644 --- a/build.gradle +++ b/build.gradle
@@ -19,4 +19,8 @@ version = '1.0' } +bootJar { + enabled = false +} + group = 'com.supwisdom' \ No newline at end of file