Files
Velocity/steamwarci.yml
Lixfel a20a896582
All checks were successful
SteamWarCI Build successful
Skip javadoc generation
2025-01-22 09:37:30 +01:00

10 lines
327 B
YAML

build:
- "./gradlew build -x check -x javadoc --no-daemon"
artifacts:
"/jars/Velocity.jar": "proxy/build/libs/velocity-proxy-3.4.0-SNAPSHOT-all.jar"
release:
- "mvn deploy:deploy-file -DgroupId=de.steamwar -DartifactId=velocity -Dversion=RELEASE -Dpackaging=jar -Dfile=/jars/Velocity.jar -Durl=file:///var/www/maven/"