From 82d38ac3355be96ffd29636e85a0d592ff7e173c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 21 Nov 2020 10:54:12 +0700 Subject: [PATCH] updated build and sdk --- .gitmodules | 6 ++++++ build.gradle.kts | 2 +- cubetiq-utils | 1 + gradle-sample-module-example | 1 + settings.gradle.kts | 3 ++- 5 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 cubetiq-utils create mode 160000 gradle-sample-module-example diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..47cc2ec --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "cubetiq-utils"] + path = cubetiq-utils + url = https://git.cubetiqs.com/CUBETIQ/cubetiq-utils.git +[submodule "gradle-sample-module-example"] + path = gradle-sample-module-example + url = https://git.cubetiqs.com/CUBETIQ/gradle-sample-module-example.git diff --git a/build.gradle.kts b/build.gradle.kts index 86d9aa2..bf7178e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } plugins { - id("org.springframework.boot") version "2.3.5.RELEASE" apply false + id("org.springframework.boot") version "2.4.0" apply false id("io.spring.dependency-management") version "1.0.10.RELEASE" apply false kotlin("jvm") version "1.4.10" apply false kotlin("plugin.spring") version "1.4.10" apply false diff --git a/cubetiq-utils b/cubetiq-utils new file mode 160000 index 0000000..a61cb86 --- /dev/null +++ b/cubetiq-utils @@ -0,0 +1 @@ +Subproject commit a61cb865aa2f1c33e68d8895bd9b8300100101c9 diff --git a/gradle-sample-module-example b/gradle-sample-module-example new file mode 160000 index 0000000..9550ae6 --- /dev/null +++ b/gradle-sample-module-example @@ -0,0 +1 @@ +Subproject commit 9550ae6f28fc68e863f77655f773d91c68f291e0 diff --git a/settings.gradle.kts b/settings.gradle.kts index fd2df13..2f8d091 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1 +1,2 @@ -rootProject.name = "modules" \ No newline at end of file +rootProject.name = "gradle-sample-modules" +include("cubetiq-utils", "gradle-sample-module-example") \ No newline at end of file