Merge pull request 'Initial CommonCore' (#350) from commoncore into master
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Reviewed-on: #350 Reviewed-by: YoyoNow <jwsteam@nidido.de>
Dieser Commit ist enthalten in:
Commit
fb900585d1
3
.gitmodules
vendored
Normale Datei
3
.gitmodules
vendored
Normale Datei
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "CommonCore"]
|
||||||
|
path = CommonCore
|
||||||
|
url = gitea@steamwar.de:SteamWar/CommonCore.git
|
1
CommonCore
Submodul
1
CommonCore
Submodul
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e83103d8afce8161a12d008d6ad99ba439243b27
|
@ -98,6 +98,8 @@ dependencies {
|
|||||||
implementation("net.dv8tion:JDA:4.3.0_299") {
|
implementation("net.dv8tion:JDA:4.3.0_299") {
|
||||||
exclude module: 'opus-java'
|
exclude module: 'opus-java'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
implementation project(":CommonCore")
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildProject {
|
task buildProject {
|
||||||
|
@ -18,3 +18,5 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
rootProject.name = 'BungeeCore'
|
rootProject.name = 'BungeeCore'
|
||||||
|
|
||||||
|
include 'CommonCore'
|
In neuem Issue referenzieren
Einen Benutzer sperren