Merge pull request 'Initial CommonCore' (#190) from commoncore into master
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Reviewed-on: #190 Reviewed-by: YoyoNow <jwsteam@nidido.de>
Dieser Commit ist enthalten in:
Commit
da67bbcad1
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
|
@ -39,7 +39,6 @@ import java.util.logging.Level;
|
|||||||
|
|
||||||
public class Core extends JavaPlugin{
|
public class Core extends JavaPlugin{
|
||||||
|
|
||||||
|
|
||||||
public static final Message MESSAGE = new Message("SpigotCore", Core.class.getClassLoader());
|
public static final Message MESSAGE = new Message("SpigotCore", Core.class.getClassLoader());
|
||||||
|
|
||||||
private static final int VERSION;
|
private static final int VERSION;
|
||||||
|
@ -94,6 +94,8 @@ dependencies {
|
|||||||
implementation project(":SpigotCore_14")
|
implementation project(":SpigotCore_14")
|
||||||
implementation project(":SpigotCore_15")
|
implementation project(":SpigotCore_15")
|
||||||
implementation project(":SpigotCore_18")
|
implementation project(":SpigotCore_18")
|
||||||
|
|
||||||
|
implementation project(":CommonCore")
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildProject {
|
task buildProject {
|
||||||
|
@ -27,3 +27,5 @@ include 'SpigotCore_12'
|
|||||||
include 'SpigotCore_10'
|
include 'SpigotCore_10'
|
||||||
include 'SpigotCore_9'
|
include 'SpigotCore_9'
|
||||||
include 'SpigotCore_8'
|
include 'SpigotCore_8'
|
||||||
|
|
||||||
|
include 'CommonCore'
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren