add /tc <message>, fix scripts, increment version
This commit is contained in:
parent
696e2b09aa
commit
01aeefaaa3
4 changed files with 46 additions and 27 deletions
9
run.ps1
Normal file
9
run.ps1
Normal file
|
@ -0,0 +1,9 @@
|
|||
if (-not (Test-Path -Path test_server)) {
|
||||
New-Item -ItemType Directory -Path test_server
|
||||
}
|
||||
|
||||
# mvn clean package dependency:copy -DskipTests -DoutputDirectory=test_server/plugins
|
||||
|
||||
Set-Location -Path test_server
|
||||
java -jar server.jar -nogui
|
||||
Set-Location -Path ..
|
Loading…
Add table
Add a link
Reference in a new issue