mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
[BUGFIX] Added maven build file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mvn -U package
|
||||
else
|
||||
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
|
||||
fi
|
||||
Reference in New Issue
Block a user