commit | 4c0ea6a4cfe08d581dc05677d83f701141898408 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周三 12月 18 12:26:50 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 12月 18 12:26:50 2019 +0800 |
tree | f5aa59c94c5cb97d6ab8dae97e6bcc0b1474eb1d | |
parent | f36d725e5566e58438400ce559012908565081af [diff] [blame] |
增加充值商户
diff --git a/build.gradle b/build.gradle index ee3f503..c99d533 100644 --- a/build.gradle +++ b/build.gradle
@@ -8,7 +8,6 @@ id 'com.palantir.docker' version '0.22.1' apply false } -group = 'com.supwisdom' allprojects { repositories { @@ -24,6 +23,8 @@ apply plugin: 'java' apply plugin: 'io.spring.dependency-management' + group = 'com.supwisdom' + sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8