commit | f36d725e5566e58438400ce559012908565081af | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周二 12月 17 14:14:50 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周二 12月 17 15:00:23 2019 +0800 |
tree | bcb66772da97d454f0af344e9ba7cb39ebf4abce | |
parent | 323798447bd567515d0c8c94673b1f351421dfd5 [diff] |
fix: 修复发布的bug
diff --git a/ynrcc-agent/build.gradle b/ynrcc-agent/build.gradle index 2e612c1..54fab87 100644 --- a/ynrcc-agent/build.gradle +++ b/ynrcc-agent/build.gradle
@@ -8,7 +8,7 @@ apply plugin: 'java' apply plugin: 'io.spring.dependency-management' -def ynrccVersion = version +def ynrccVersion = buildVersion def details = versionDetails() sourceCompatibility = jdkVersion