forked from SteamWar/SteamWar
33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
setup: []
|
|
|
|
build:
|
|
- "JAVA_HOME=/usr/lib/jvm/java-17-openj9-amd64 ./gradlew build"
|
|
- "./gradlew --stop"
|
|
|
|
artifacts:
|
|
"/binarys/bausystem2.0.jar": "BauSystem/build/libs/BauSystem-all.jar"
|
|
|
|
"/binarys/fightsystem.jar": "FightSystem/build/libs/FightSystem-all.jar"
|
|
"/binarys/FightSystem_Standalone.jar": "FightSystem/FightSystem_Standalone/build/libs/FightSystem_Standalone-all.jar"
|
|
|
|
# KotlinCore !!
|
|
|
|
"/binarys/lobbysystem2.0.jar": "LobbySystem/build/libs/LobbySystem-all.jar"
|
|
|
|
"/binarys/missilewars.jar": "MissileWars/build/libs/MissileWars-all.jar"
|
|
|
|
"/binarys/realtime.jar": "Realtime/build/libs/Realtime-all.jar"
|
|
|
|
"/binarys/schematicsystem.jar": "SchematicSystem/build/libs/SchematicSystem-all.jar"
|
|
|
|
"/binarys/spigotcore.jar": "SpigotCore/build/libs/SpigotCore-all.jar"
|
|
|
|
"/binarys/Builder.jar": "Teamserver/build/libs/Teamserver-all.jar"
|
|
|
|
"/binarys/towerrun.jar": "TowerRun/build/libs/TowerRun-all.jar"
|
|
|
|
"/binarys/tutorialsystem.jar": "TutorialSystem/build/libs/TutorialSystem-all.jar"
|
|
|
|
"/binarys/PersistentVelocityCore.jar": "VelocityCore/Persistent/build/libs/Persistent.jar"
|
|
"/binarys/VelocityCore.jar": "VelocityCore/Persistent/build/libs/VelocityCore-all.jar"
|