commit | 3103de793c294f415bdd960ae86a905e470b6781 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:29:02 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:29:02 2019 +0800 |
tree | 779f08a9809cc7f227f573392178d60e19866a2c | |
parent | 2273131b7b9bf4001189ce435157ebd62352f44c [diff] |
修改bug
diff --git a/payapi-sdk/build.gradle b/payapi-sdk/build.gradle index 9e3ad60..6151e73 100644 --- a/payapi-sdk/build.gradle +++ b/payapi-sdk/build.gradle
@@ -1,8 +1,8 @@ plugins { id 'java-library' id 'maven-publish' - id 'org.springframework.boot' version '2.1.6.RELEASE' - id "com.palantir.git-version" version "0.12.0-rc2" + id 'org.springframework.boot' + id "com.palantir.git-version" }