geforkt von SteamWar/BungeeCore
Make git submodule buildable
Dieser Commit ist enthalten in:
Ursprung
8122b68540
Commit
29d0e056ab
@ -1 +1 @@
|
|||||||
Subproject commit d93d8026812f4956a4f8b3b0a958d88b215c6cbf
|
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