commit | 2273131b7b9bf4001189ce435157ebd62352f44c | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:19:30 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:19:30 2019 +0800 |
tree | f5007ca0a8a0ba9decaa4780f5dae443d4a72882 | |
parent | 6411da5ca1859695391b765b3491fe396930bfba [diff] [blame] |
改进编译环境
diff --git a/build.gradle b/build.gradle index 0cc27cd..188a626 100644 --- a/build.gradle +++ b/build.gradle
@@ -1,8 +1,18 @@ +plugins { + id 'java' + id 'org.springframework.boot' version '2.1.6.RELEASE' + id 'org.jetbrains.kotlin.jvm' version '1.3.31' + id 'org.jetbrains.kotlin.plugin.spring' version '1.3.31' + id "com.palantir.git-version" version "0.12.0-rc2" + id 'com.palantir.docker' version '0.22.1' +} + allprojects { repositories { jcenter() mavenCentral() } + } subprojects {