SteamWar/BungeeCore
Archiviert
13
2

Initial CommonCore #350

Zusammengeführt
Lixfel hat 7 Commits von commoncore nach master 2022-04-22 15:14:27 +02:00 zusammengeführt
4 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen

3
.gitmodules vendored Normale Datei
Datei anzeigen

@ -0,0 +1,3 @@
[submodule "CommonCore"]
path = CommonCore
url = gitea@steamwar.de:SteamWar/CommonCore.git

1
CommonCore Submodul

@ -0,0 +1 @@
Subproject commit e83103d8afce8161a12d008d6ad99ba439243b27

Datei anzeigen

@ -98,6 +98,8 @@ dependencies {
implementation("net.dv8tion:JDA:4.3.0_299") {
exclude module: 'opus-java'
}
implementation project(":CommonCore")
}
task buildProject {

Datei anzeigen

@ -18,3 +18,5 @@
*/
rootProject.name = 'BungeeCore'
include 'CommonCore'