Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 20:40:07 +01:00
7 Zeilen
191 B
YAML
7 Zeilen
191 B
YAML
|
language: java
|
||
|
notifications:
|
||
|
email: false
|
||
|
before_install:
|
||
|
- git config --global user.email "admin@ecocitycraft.com"
|
||
|
- git config --global user.name "EcoCityCraft"
|
||
|
- ./applyPatches.sh
|