commit | 1d56584529034cdb869ed254a738eb576d0f3280 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周三 12月 18 20:33:41 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 12月 18 20:33:41 2019 +0800 |
tree | 04caef3911a2894954fe592d627b8cb1a1df9f90 | |
parent | ba0f721f7c7b8a80d469899ac67e7d12124a2500 [diff] [blame] |
更新 springboot 版本后,修复 build.gradle 的bug
diff --git a/settings.gradle b/settings.gradle index 35b2274..c670d5a 100644 --- a/settings.gradle +++ b/settings.gradle
@@ -1,3 +1,7 @@ -rootProject.name = 'payapi' -include 'payapi', 'payapi-sdk', 'payapi-common', 'ynrcc-agent','oauth' +rootProject.name = 'payapi-root' +include 'payapi' +include 'payapi-sdk' +include 'payapi-common' +include 'ynrcc-agent' +include 'oauth'