12
0

Initial CommonCore #190

Zusammengeführt
Lixfel hat 3 Commits von commoncore nach master 2022-04-22 15:14:23 +02:00 zusammengeführt
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'