9 lines
No EOL
244 B
PowerShell
9 lines
No EOL
244 B
PowerShell
$basedir=(Get-Location)
|
|
$buildtools=$basedir.Path + "\..\.tools\buildtools"
|
|
$version="1.19.4"
|
|
|
|
Set-Location ($basedir.Path+"\server")
|
|
A:\scoop\apps\zulu-jdk\current\bin\java.exe -jar (".\spigot-"+$version+".jar") --nogui
|
|
|
|
|
|
Set-Location $basedir |