10 lines
327 B
YAML
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/"
|