From 29d0e056ab0c6967ae84ea3b1d2e331ca613d663 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 20 Apr 2022 17:57:27 +0200 Subject: [PATCH] Make git submodule buildable --- CommonCore | 2 +- build.gradle | 2 ++ settings.gradle | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CommonCore b/CommonCore index d93d802..e83103d 160000 --- a/CommonCore +++ b/CommonCore @@ -1 +1 @@ -Subproject commit d93d8026812f4956a4f8b3b0a958d88b215c6cbf +Subproject commit e83103d8afce8161a12d008d6ad99ba439243b27 diff --git a/build.gradle b/build.gradle index 2bfd99d..7b1f796 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 973f0c6..4c2a745 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,3 +18,5 @@ */ rootProject.name = 'BungeeCore' + +include 'CommonCore' \ No newline at end of file