Fix plugin.yml for standalone fightsystem
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Dieser Commit ist enthalten in:
Ursprung
39123a7a44
Commit
66a4682059
@ -64,6 +64,14 @@ dependencies {
|
|||||||
implementation files("${projectDir}/../lib/SpigotCore.jar")
|
implementation files("${projectDir}/../lib/SpigotCore.jar")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task fixPluginYML(type: Copy) {
|
||||||
|
from ("${projectDir}/../FightSystem_Core/src/") {
|
||||||
|
include 'plugin.yml'
|
||||||
|
}
|
||||||
|
into "${projectDir}/build/resources/main/"
|
||||||
|
}
|
||||||
|
classes.finalizedBy(fixPluginYML)
|
||||||
|
|
||||||
task finalizeProject {
|
task finalizeProject {
|
||||||
description 'Finalize this project'
|
description 'Finalize this project'
|
||||||
group "Steamwar"
|
group "Steamwar"
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren