12
0

Merge pull request 'Initial CommonCore' (#190) from commoncore into master
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Reviewed-on: #190
Reviewed-by: YoyoNow <jwsteam@nidido.de>
Dieser Commit ist enthalten in:
Lixfel 2022-04-22 15:14:22 +02:00
Commit da67bbcad1
5 geänderte Dateien mit 8 neuen und 1 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

@ -39,7 +39,6 @@ import java.util.logging.Level;
public class Core extends JavaPlugin{
public static final Message MESSAGE = new Message("SpigotCore", Core.class.getClassLoader());
private static final int VERSION;

Datei anzeigen

@ -94,6 +94,8 @@ dependencies {
implementation project(":SpigotCore_14")
implementation project(":SpigotCore_15")
implementation project(":SpigotCore_18")
implementation project(":CommonCore")
}
task buildProject {

Datei anzeigen

@ -27,3 +27,5 @@ include 'SpigotCore_12'
include 'SpigotCore_10'
include 'SpigotCore_9'
include 'SpigotCore_8'
include 'CommonCore'