migrate to gradle part 5

This commit is contained in:
afischerdev 2021-08-18 13:03:54 +02:00
parent 14d5a2c4e6
commit 90bb1b0079
11 changed files with 280 additions and 37 deletions

View file

@ -17,7 +17,7 @@ set CUSTOMPROFILESPATH=..\customprofiles
REM Otherwise try to locate files inside the source checkout
if not exist "%CLASSPATH%" (
for /f "tokens=*" %%w in (
'where /R ..\..\..\brouter-server\target brouter-server*-jar-with-dependencies.jar'
'where /R ..\..\..\brouter-server\build\libs brouter-*-all.jar'
) do (
set CLASSPATH=%%w
)