diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..083047ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "CommonCore"] + path = CommonCore + url = gitea@steamwar.de:SteamWar/CommonCore.git diff --git a/CommonCore b/CommonCore new file mode 160000 index 00000000..e83103d8 --- /dev/null +++ b/CommonCore @@ -0,0 +1 @@ +Subproject commit e83103d8afce8161a12d008d6ad99ba439243b27 diff --git a/build.gradle b/build.gradle index 2bfd99de..7b1f7967 100644 --- a/build.gradle +++ b/build.gradle @@ -98,6 +98,8 @@ dependencies { implementation("net.dv8tion:JDA:4.3.0_299") { exclude module: 'opus-java' } + + implementation project(":CommonCore") } task buildProject { diff --git a/settings.gradle b/settings.gradle index 973f0c60..4c2a7456 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,3 +18,5 @@ */ rootProject.name = 'BungeeCore' + +include 'CommonCore' \ No newline at end of file