diff --git a/CommonCore b/CommonCore index d992d9c..e83103d 160000 --- a/CommonCore +++ b/CommonCore @@ -1 +1 @@ -Subproject commit d992d9cae7b5e00eb369e7e2135e37ea6a1210e6 +Subproject commit e83103d8afce8161a12d008d6ad99ba439243b27 diff --git a/build.gradle b/build.gradle index 52eae83..5610cf2 100644 --- a/build.gradle +++ b/build.gradle @@ -94,6 +94,8 @@ dependencies { implementation project(":SpigotCore_14") implementation project(":SpigotCore_15") implementation project(":SpigotCore_18") + + implementation project(":CommonCore") } task buildProject { diff --git a/settings.gradle b/settings.gradle index 0bd9de2..ffc0d4b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -27,3 +27,5 @@ include 'SpigotCore_12' include 'SpigotCore_10' include 'SpigotCore_9' include 'SpigotCore_8' + +include 'CommonCore'